#BDB896

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

Shades of Coriander #BDB896

Tints of Coriander #BDB896

Color information

#BDB896 (or 0xBDB896) is unknown color: approx Coriander. HEX triplet: BD, B8 and 96. RGB value is (189,184,150). Sum of RGB (Red+Green+Blue) = 189+184+150=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB896 is #424769. Grayscale: #B5B5B5. Windows color (decimal): -4343658 or 9877693. OLE color: 9877693.

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

Color convert

RGB189184150-
CMYK00.030.210.26
HSL52.31º22.81%66.47%-
HSV(B)52.31º20.63%74.12%-
XYZ43.6347.335.68-
YUV181.62110.16133.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=36.14%
G=35.18%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918415000.030.210.2652.3122.8166.47
HexBDB89603151A341742
Octal2752702260325326427102
Binary1011110110111000100101100111010111010110100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB896; }

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

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

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

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

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

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

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

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