#BDB884

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

Shades of Coriander #BDB884

Tints of Coriander #BDB884

Color information

#BDB884 (or 0xBDB884) is unknown color: approx Coriander. HEX triplet: BD, B8 and 84. RGB value is (189,184,132). Sum of RGB (Red+Green+Blue) = 189+184+132=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB884 is #42477B. Grayscale: #B3B3B3. Windows color (decimal): -4343676 or 8698045. OLE color: 8698045.

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

Color convert

RGB189184132-
CMYK00.030.300.26
HSL54.74º30.16%62.94%-
HSV(B)54.74º30.16%74.12%-
XYZ42.2946.7728.63-
YUV179.57101.16134.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=37.43%
G=36.44%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918413200.030.300.2654.7430.1662.94
HexBDB884031E1A371e3f
Octal275270204033632673677
Binary101111011011100010000100011111101101011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB884; }

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

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

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

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

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

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

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

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