#BDB991

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

Shades of Coriander #BDB991

Tints of Coriander #BDB991

Color information

#BDB991 (or 0xBDB991) is unknown color: approx Coriander. HEX triplet: BD, B9 and 91. RGB value is (189,185,145). Sum of RGB (Red+Green+Blue) = 189+185+145=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB991 is #42466E. Grayscale: #B5B5B5. Windows color (decimal): -4343407 or 9550269. OLE color: 9550269.

HSL color Cylindrical-coordinate representation of color #BDB991: hue angle of 54.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB991 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189185145-
CMYK00.020.230.26
HSL54.55º25%65.49%-
HSV(B)54.55º23.28%74.12%-
XYZ43.4547.5633.68-
YUV181.64107.33133.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=36.42%
G=35.65%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918514500.020.230.2654.552565.49
HexBDB99102171A371941
Octal2752712210227326731101
Binary1011110110111001100100010101011111010110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB991; }

 p { color: rgb(189,185,145); }

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

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

 a { background-color: rgb(189,185,145); }

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

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

 span { border-color: rgb(189,185,145); }

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