#B9B58F

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

Shades of Coriander #B9B58F

Tints of Coriander #B9B58F

Color information

#B9B58F (or 0xB9B58F) is unknown color: approx Coriander. HEX triplet: B9, B5 and 8F. RGB value is (185,181,143). Sum of RGB (Red+Green+Blue) = 185+181+143=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B58F is #464A70. Grayscale: #B2B2B2. Windows color (decimal): -4606577 or 9418169. OLE color: 9418169.

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

Color convert

RGB185181143-
CMYK00.020.230.27
HSL54.29º23.08%64.31%-
HSV(B)54.29º22.7%72.55%-
XYZ41.4945.3532.55-
YUV177.86108.33133.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=36.35%
G=35.56%
B=28.09%

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
Decimal18518114300.020.230.2754.2923.0864.31
HexB9B58F02171B361740
Octal2712652170227336627100
Binary1011100110110101100011110101011111011110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B58F; }

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

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

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

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

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

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

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

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