#B9B58E

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

Shades of Coriander #B9B58E

Tints of Coriander #B9B58E

Color information

#B9B58E (or 0xB9B58E) is unknown color: approx Coriander. HEX triplet: B9, B5 and 8E. RGB value is (185,181,142). Sum of RGB (Red+Green+Blue) = 185+181+142=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B58E is #464A71. Grayscale: #B1B1B1. Windows color (decimal): -4606578 or 9352633. OLE color: 9352633.

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

Color convert

RGB185181142-
CMYK00.020.230.27
HSL54.42º23.5%64.12%-
HSV(B)54.42º23.24%72.55%-
XYZ41.4145.3232.16-
YUV177.75107.83133.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=36.42%
G=35.63%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518114200.020.230.2754.4223.564.12
HexB9B58E02171B361740
Octal2712652160227336627100
Binary1011100110110101100011100101011111011110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B58E; }

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

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

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

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

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

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

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

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