#BDB691

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

Shades of Coriander #BDB691

Tints of Coriander #BDB691

Color information

#BDB691 (or 0xBDB691) is unknown color: approx Coriander. HEX triplet: BD, B6 and 91. RGB value is (189,182,145). Sum of RGB (Red+Green+Blue) = 189+182+145=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB691 is #42496E. Grayscale: #B4B4B4. Windows color (decimal): -4344175 or 9549501. OLE color: 9549501.

HSL color Cylindrical-coordinate representation of color #BDB691: hue angle of 50.45º 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 #BDB691 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB189182145-
CMYK00.040.230.26
HSL50.45º25%65.49%-
HSV(B)50.45º23.28%74.12%-
XYZ42.8346.3233.47-
YUV179.87108.32134.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=36.63%
G=35.27%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918214500.040.230.2650.452565.49
HexBDB69104171A321941
Octal2752662210427326231101
Binary10111101101101101001000101001011111010110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB691; }

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

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

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

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

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

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

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

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