#BDBB90

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

Shades of Coriander #BDBB90

Tints of Coriander #BDBB90

Color information

#BDBB90 (or 0xBDBB90) is unknown color: approx Coriander. HEX triplet: BD, BB and 90. RGB value is (189,187,144). Sum of RGB (Red+Green+Blue) = 189+187+144=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBB90 is #42446F. Grayscale: #B6B6B6. Windows color (decimal): -4342896 or 9485245. OLE color: 9485245.

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

Color convert

RGB189187144-
CMYK00.010.240.26
HSL57.33º25.42%65.29%-
HSV(B)57.33º23.81%74.12%-
XYZ43.7948.3733.41-
YUV182.7106.16132.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 27.69%
R=36.35%
G=35.96%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918714400.010.240.2657.3325.4265.29
HexBDBB9001181A391941
Octal2752732200130327131101
Binary101111011011101110010000011100011010111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB90; }

 p { color: rgb(189,187,144); }

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

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

 a { background-color: rgb(189,187,144); }

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

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

 span { border-color: rgb(189,187,144); }

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