#B9B88E

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

Shades of Coriander #B9B88E

Tints of Coriander #B9B88E

Color information

#B9B88E (or 0xB9B88E) is unknown color: approx Coriander. HEX triplet: B9, B8 and 8E. RGB value is (185,184,142). Sum of RGB (Red+Green+Blue) = 185+184+142=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B88E is #464771. Grayscale: #B3B3B3. Windows color (decimal): -4605810 or 9353401. OLE color: 9353401.

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

Color convert

RGB185184142-
CMYK00.010.230.27
HSL58.6º23.5%64.12%-
HSV(B)58.6º23.24%72.55%-
XYZ42.0346.5532.36-
YUV179.51106.83131.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=36.20%
G=36.01%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518414200.010.230.2758.623.564.12
HexB9B88E01171B3b1740
Octal2712702160127337327100
Binary101110011011100010001110011011111011111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B88E; }

 p { color: rgb(185,184,142); }

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

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

 a { background-color: rgb(185,184,142); }

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

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

 span { border-color: rgb(185,184,142); }

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