#BDB881

Color #BDB881 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BDB881

Tints of Coriander #BDB881

Color information

#BDB881 (or 0xBDB881) is unknown color: approx Coriander. HEX triplet: BD, B8 and 81. RGB value is (189,184,129). Sum of RGB (Red+Green+Blue) = 189+184+129=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB881 is #42477E. Grayscale: #B3B3B3. Windows color (decimal): -4343679 or 8501437. OLE color: 8501437.

HSL color Cylindrical-coordinate representation of color #BDB881: hue angle of 55º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDB881 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB189184129-
CMYK00.030.320.26
HSL55º31.25%62.35%-
HSV(B)55º31.75%74.12%-
XYZ42.0946.6827.56-
YUV179.2299.66134.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=37.65%
G=36.65%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918412900.030.320.265531.2562.35
HexBDB88103201A371f3e
Octal275270201034032673776
Binary1011110110111000100000010111000001101011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB881; }

 p { color: rgb(189,184,129); }

 H1.HeaderClassName
 {
   color: #BDB881;
 }
 .AnyTagClassName
 {
   color: #BDB881;
 }
</style>
background-color css

<style>
 a { background-color: #BDB881; }

 a { background-color: rgb(189,184,129); }

 div.DivClassName
 {
   background-color: #BDB881;
 }
 .BgClassName
 {
   background-color: #BDB881;
 }
</style>
border-color css

<style>
 span { border-color: #BDB881; }

 span { border-color: rgb(189,184,129); }

 td.TdClassName
 {
   border-color: #BDB881;
 }
 .TagClassName
 {
   border-color: #BDB881;
 }
</style>