COLOR #BDB283

HEX: #BDB283
RGB: (189,178,131)

Color info

#BDB283 contains red, green and blue colors in about the same proportion. Web safe color of #BDB283 is #CC9999 (or #C99).

RGB color model

#BDB283 color RGB value is (189,178,131).

  • red value is 189;
  • green value is 178;
  • blue value is 131.
RGB:
(189,178,131)
(74%,70%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 131 of 255 = 51%

189
178
131

R + G + B ~ 65%. #BDB283 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 131 = 498 (100%)
R 189 of 498 ~ 37.95%
G 178 of 498 ~ 35.74%
B 131 of 498 ~ 26.31%

%37.95
%35.74
%26.31

CMYK color model

#BDB283 color CMYK value is (0,6,31,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(0,6,31,26)
C0M6Y31K26 
(0%,6%,31%,26%)
(0.00/0.06/0.31/0.26)	

CMYK percentages

%0
%5.82
%30.69
%25.88

Codes

Color #BDB283 in popluar color models

BDB283
RGB189178131
HSL49°30.53%62.75%
HSB/HSV49°30.69%74.12%
CMYK0.00%5.82%30.69%
25.88%

Color #BDB283 in popluar number systems.

HEXBDB283
Decimal189178131
Binary101111011011001010000011
Octal275262203

Shades and tints

Shades of #BDB283

#BDB283
(189,178,131)
#ACA278
(172,162,120)
#9B926D
(155,146,109)
#8A8262
(138,130,98)
#797257
(121,114,87)
#68624C
(104,98,76)
#575241
(87,82,65)
#464236
(70,66,54)
#35322B
(53,50,43)
#242220
(36,34,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDB283

#BDB283
(189,178,131)
#C3B98E
(195,185,142)
#C9C099
(201,192,153)
#CFC7A4
(207,199,164)
#D5CEAF
(213,206,175)
#DBD5BA
(219,213,186)
#E1DCC5
(225,220,197)
#E7E3D0
(231,227,208)
#EDEADB
(237,234,219)
#F3F1E6
(243,241,230)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB283 color. Also use rgb(189,178,131) instead hex code.

Text Font Color

.myTextColor { color: #BDB283; }

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

This text font color is #BDB283.


Background Color

.myBgColor { background-color: #BDB283; }

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

This div background color is #BDB283.


Border color

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

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

This div border color is #BDB283.


Opacity

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

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

Text with #BDB283 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 #BDB283;}

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

This text has shadow with #BDB283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB283 on black background.


Color preview on white background

This text has color #BDB283 on white background.



Black color preview on #BDB283 background

This text has black color on #BDB283 background.


White color preview on #BDB283 background

This text has white color on #BDB283 background.