#B9B595

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

Shades of Coriander #B9B595

Tints of Coriander #B9B595

Color information

#B9B595 (or 0xB9B595) is unknown color: approx Coriander. HEX triplet: B9, B5 and 95. RGB value is (185,181,149). Sum of RGB (Red+Green+Blue) = 185+181+149=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B595 is #464A6A. Grayscale: #B2B2B2. Windows color (decimal): -4606571 or 9811385. OLE color: 9811385.

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

Color convert

RGB185181149-
CMYK00.020.190.27
HSL53.33º20.45%65.49%-
HSV(B)53.33º19.46%72.55%-
XYZ41.9645.5335.01-
YUV178.55111.33132.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=35.92%
G=35.15%
B=28.93%

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
Decimal18518114900.020.190.2753.3320.4565.49
HexB9B59502131B351441
Octal2712652250223336524101
Binary1011100110110101100101010101001111011110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B595; }

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

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

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

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

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

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

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

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