#BDB796

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

Shades of Coriander #BDB796

Tints of Coriander #BDB796

Color information

#BDB796 (or 0xBDB796) is unknown color: approx Coriander. HEX triplet: BD, B7 and 96. RGB value is (189,183,150). Sum of RGB (Red+Green+Blue) = 189+183+150=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB796 is #424869. Grayscale: #B5B5B5. Windows color (decimal): -4343914 or 9877437. OLE color: 9877437.

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

Color convert

RGB189183150-
CMYK00.030.210.26
HSL50.77º22.81%66.47%-
HSV(B)50.77º20.63%74.12%-
XYZ43.4246.8935.62-
YUV181.03110.49133.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=36.21%
G=35.06%
B=28.74%

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
Decimal18918315000.030.210.2650.7722.8166.47
HexBDB79603151A331742
Octal2752672260325326327102
Binary1011110110110111100101100111010111010110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB796; }

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

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

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

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

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

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

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

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