#B5B58B

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

Shades of Coriander #B5B58B

Tints of Coriander #B5B58B

Color information

#B5B58B (or 0xB5B58B) is unknown color: approx Coriander. HEX triplet: B5, B5 and 8B. RGB value is (181,181,139). Sum of RGB (Red+Green+Blue) = 181+181+139=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B58B is #4A4A74. Grayscale: #B0B0B0. Windows color (decimal): -4868725 or 9156021. OLE color: 9156021.

HSL color Cylindrical-coordinate representation of color #B5B58B: 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 #B5B58B is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181181139-
CMYK000.230.29
HSL60º22.11%62.75%-
HSV(B)60º23.2%70.98%-
XYZ40.2444.7430.94-
YUV176.21107131.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=36.13%
G=36.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181181139000.230.296022.1162.75
HexB5B58B00171D3c163f
Octal265265213002735742677
Binary10110101101101011000101100101111110111110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B58B; }

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

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

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

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

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

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

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

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