#B9B580

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

Shades of Coriander #B9B580

Tints of Coriander #B9B580

Color information

#B9B580 (or 0xB9B580) is unknown color: approx Coriander. HEX triplet: B9, B5 and 80. RGB value is (185,181,128). Sum of RGB (Red+Green+Blue) = 185+181+128=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B580 is #464A7F. Grayscale: #B0B0B0. Windows color (decimal): -4606592 or 8435129. OLE color: 8435129.

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

Color convert

RGB185181128-
CMYK00.020.310.27
HSL55.79º28.93%61.37%-
HSV(B)55.79º30.81%72.55%-
XYZ40.4344.9226.96-
YUV176.15100.83134.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=37.45%
G=36.64%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518112800.020.310.2755.7928.9361.37
HexB9B580021F1B381d3d
Octal271265200023733703575
Binary101110011011010110000000010111111101111100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B580; }

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

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

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

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

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

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

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

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