#B9B695

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

Shades of Coriander #B9B695

Tints of Coriander #B9B695

Color information

#B9B695 (or 0xB9B695) is unknown color: approx Coriander. HEX triplet: B9, B6 and 95. RGB value is (185,182,149). Sum of RGB (Red+Green+Blue) = 185+182+149=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B695 is #46496A. Grayscale: #B3B3B3. Windows color (decimal): -4606315 or 9811641. OLE color: 9811641.

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

Color convert

RGB185182149-
CMYK00.020.190.27
HSL55º20.45%65.49%-
HSV(B)55º19.46%72.55%-
XYZ42.1645.9435.08-
YUV179.14110.99132.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=35.85%
G=35.27%
B=28.88%

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
Decimal18518214900.020.190.275520.4565.49
HexB9B69502131B371441
Octal2712662250223336724101
Binary1011100110110110100101010101001111011110111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B695; }

 p { color: rgb(185,182,149); }

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

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

 a { background-color: rgb(185,182,149); }

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

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

 span { border-color: rgb(185,182,149); }

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