#B9B585

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

Shades of Coriander #B9B585

Tints of Coriander #B9B585

Color information

#B9B585 (or 0xB9B585) is unknown color: approx Coriander. HEX triplet: B9, B5 and 85. RGB value is (185,181,133). Sum of RGB (Red+Green+Blue) = 185+181+133=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B585 is #464A7A. Grayscale: #B0B0B0. Windows color (decimal): -4606587 or 8762809. OLE color: 8762809.

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

Color convert

RGB185181133-
CMYK00.020.280.27
HSL55.38º27.08%62.35%-
HSV(B)55.38º28.11%72.55%-
XYZ40.7745.0628.74-
YUV176.72103.33133.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=37.07%
G=36.27%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518113300.020.280.2755.3827.0862.35
HexB9B585021C1B371b3e
Octal271265205023433673376
Binary101110011011010110000101010111001101111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B585; }

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

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

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

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

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

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

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

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