#B5B58C

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

Shades of Coriander #B5B58C

Tints of Coriander #B5B58C

Color information

#B5B58C (or 0xB5B58C) is unknown color: approx Coriander. HEX triplet: B5, B5 and 8C. RGB value is (181,181,140). Sum of RGB (Red+Green+Blue) = 181+181+140=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B58C is #4A4A73. Grayscale: #B0B0B0. Windows color (decimal): -4868724 or 9221557. OLE color: 9221557.

HSL color Cylindrical-coordinate representation of color #B5B58C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5B58C is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181181140-
CMYK000.230.29
HSL60º21.69%62.94%-
HSV(B)60º22.65%70.98%-
XYZ40.3144.7631.33-
YUV176.33107.5131.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=36.06%
G=36.06%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181181140000.230.296021.6962.94
HexB5B58C00171D3c163f
Octal265265214002735742677
Binary10110101101101011000110000101111110111110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B58C; }

 p { color: rgb(181,181,140); }

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

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

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

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

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

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

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