#B5B186

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

Shades of Coriander #B5B186

Tints of Coriander #B5B186

Color information

#B5B186 (or 0xB5B186) is unknown color: approx Coriander. HEX triplet: B5, B1 and 86. RGB value is (181,177,134). Sum of RGB (Red+Green+Blue) = 181+177+134=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B186 is #4A4E79. Grayscale: #ADADAD. Windows color (decimal): -4869754 or 8827317. OLE color: 8827317.

HSL color Cylindrical-coordinate representation of color #B5B186: hue angle of 54.89º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5B186 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181177134-
CMYK00.020.260.29
HSL54.89º24.1%61.76%-
HSV(B)54.89º25.97%70.98%-
XYZ39.0842.9928.79-
YUV173.29105.83133.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=36.79%
G=35.98%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117713400.020.260.2954.8924.161.76
HexB5B186021A1D37183e
Octal265261206023235673076
Binary101101011011000110000110010110101110111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B186; }

 p { color: rgb(181,177,134); }

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

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

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

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

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

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

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