COLOR #BDA258

HEX: #BDA258
RGB: (189,162,88)

Color info

#BDA258 contains mainly red and green colors. Web safe color of #BDA258 is #CC9966 (or #C96).

RGB color model

#BDA258 color RGB value is (189,162,88).

  • red value is 189;
  • green value is 162;
  • blue value is 88.
RGB:
(189,162,88)
(74%,64%,35%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 88 of 255 = 35%

189
162
88

R + G + B ~ 58%. #BDA258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 162 + 88 = 439 (100%)
R 189 of 439 ~ 43.05%
G 162 of 439 ~ 36.9%
B 88 of 439 ~ 20.05%

%43.05
%36.9
%20.05

CMYK color model

#BDA258 color CMYK value is (0,14,53,26).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 53.44%
  • key color value is 25.88%
CMYK:
(0,14,53,26)
C0M14Y53K26 
(0%,14%,53%,26%)
(0.00/0.14/0.53/0.26)	

CMYK percentages

%0
%14.29
%53.44
%25.88

Codes

Color #BDA258 in popluar color models

BDA258
RGB18916288
HSL44°43.35%54.31%
HSB/HSV44°53.44%74.12%
CMYK0.00%14.29%53.44%
25.88%

Color #BDA258 in popluar number systems.

HEXBDA258
Decimal18916288
Binary10111101101000101011000
Octal275242130

Shades and tints

Shades of #BDA258

#BDA258
(189,162,88)
#AC9450
(172,148,80)
#9B8648
(155,134,72)
#8A7840
(138,120,64)
#796A38
(121,106,56)
#685C30
(104,92,48)
#574E28
(87,78,40)
#464020
(70,64,32)
#353218
(53,50,24)
#242410
(36,36,16)
#131608
(19,22,8)
#000000
(0,0,0)

Tints of #BDA258

#BDA258
(189,162,88)
#C3AA67
(195,170,103)
#C9B276
(201,178,118)
#CFBA85
(207,186,133)
#D5C294
(213,194,148)
#DBCAA3
(219,202,163)
#E1D2B2
(225,210,178)
#E7DAC1
(231,218,193)
#EDE2D0
(237,226,208)
#F3EADF
(243,234,223)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA258 color. Also use rgb(189,162,88) instead hex code.

Text Font Color

.myTextColor { color: #BDA258; }

<p style="color:#BDA258">This sample text font color is #BDA258.</p>

This text font color is #BDA258.


Background Color

.myBgColor { background-color: #BDA258; }

<div style="background-color:#BDA258">Inner text</div>

This div background color is #BDA258.


Border color

.myBorderColor { border: 1px solid #BDA258; }

<div style="border:3px solid #BDA258">Div</div>

This div border color is #BDA258.


Opacity

.myOpacity80 { color: #BDA258; opacity: 0.8; }

<p style="color:#BDA258;opacity:0.8;">80%</p>

Text with #BDA258 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDA258;}

<p style="text-shadow: 3px 3px 1px #BDA258">Text here.</p>

This text has shadow with #BDA258 color.

.textShadow {text-shadow: 3px 3px 1px #BDA258, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDA258, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDA258 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDA258, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDA258, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDA258 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BDA258;
  -webkit-box-shadow:	1px 1px 3px 2px #BDA258;
  box-shadow:		1px 1px 3px 2px #BDA258;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDA258;
-webkit-box-shadow: 1px 1px 3px 2px #BDA258;
box-shadow:1px 1px 3px 2px #BDA258;">
Div content here</div>
This div box has shadow with color #BDA258.

Preview

Color preview on black background

This text has color #BDA258 on black background.


Color preview on white background

This text has color #BDA258 on white background.



Black color preview on #BDA258 background

This text has black color on #BDA258 background.


White color preview on #BDA258 background

This text has white color on #BDA258 background.