#BDB996

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

Shades of Coriander #BDB996

Tints of Coriander #BDB996

Color information

#BDB996 (or 0xBDB996) is unknown color: approx Coriander. HEX triplet: BD, B9 and 96. RGB value is (189,185,150). Sum of RGB (Red+Green+Blue) = 189+185+150=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB996 is #424669. Grayscale: #B6B6B6. Windows color (decimal): -4343402 or 9877949. OLE color: 9877949.

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

Color convert

RGB189185150-
CMYK00.020.210.26
HSL53.85º22.81%66.47%-
HSV(B)53.85º20.63%74.12%-
XYZ43.8447.7235.75-
YUV182.21109.83132.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=36.07%
G=35.31%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918515000.020.210.2653.8522.8166.47
HexBDB99602151A361742
Octal2752712260225326627102
Binary1011110110111001100101100101010111010110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB996; }

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

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

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

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

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

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

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

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