#B9B596

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

Shades of Coriander #B9B596

Tints of Coriander #B9B596

Color information

#B9B596 (or 0xB9B596) is unknown color: approx Coriander. HEX triplet: B9, B5 and 96. RGB value is (185,181,150). Sum of RGB (Red+Green+Blue) = 185+181+150=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B596 is #464A69. Grayscale: #B2B2B2. Windows color (decimal): -4606570 or 9876921. OLE color: 9876921.

HSL color Cylindrical-coordinate representation of color #B9B596: hue angle of 53.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9B596 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185181150-
CMYK00.020.190.27
HSL53.14º20%65.69%-
HSV(B)53.14º18.92%72.55%-
XYZ42.0445.5635.43-
YUV178.66111.83132.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=35.85%
G=35.08%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518115000.020.190.2753.142065.69
HexB9B59602131B351442
Octal2712652260223336524102
Binary1011100110110101100101100101001111011110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B596; }

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

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

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

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

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

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

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

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