#BDB797

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

Shades of Coriander #BDB797

Tints of Coriander #BDB797

Color information

#BDB797 (or 0xBDB797) is unknown color: approx Coriander. HEX triplet: BD, B7 and 97. RGB value is (189,183,151). Sum of RGB (Red+Green+Blue) = 189+183+151=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB797 is #424868. Grayscale: #B5B5B5. Windows color (decimal): -4343913 or 9942973. OLE color: 9942973.

HSL color Cylindrical-coordinate representation of color #BDB797: hue angle of 50.53º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB797 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189183151-
CMYK00.030.200.26
HSL50.53º22.35%66.67%-
HSV(B)50.53º20.11%74.12%-
XYZ43.5146.9236.04-
YUV181.15110.99133.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=36.14%
G=34.99%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918315100.030.200.2650.5322.3566.67
HexBDB79703141A331643
Octal2752672270324326326103
Binary1011110110110111100101110111010011010110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB797; }

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

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

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

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

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

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

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

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