#B5B486

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

Shades of Coriander #B5B486

Tints of Coriander #B5B486

Color information

#B5B486 (or 0xB5B486) is unknown color: approx Coriander. HEX triplet: B5, B4 and 86. RGB value is (181,180,134). Sum of RGB (Red+Green+Blue) = 181+180+134=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B486 is #4A4B79. Grayscale: #AFAFAF. Windows color (decimal): -4868986 or 8828085. OLE color: 8828085.

HSL color Cylindrical-coordinate representation of color #B5B486: hue angle of 58.72º 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 #B5B486 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181180134-
CMYK00.010.260.29
HSL58.72º24.1%61.76%-
HSV(B)58.72º25.97%70.98%-
XYZ39.6844.1928.99-
YUV175.06104.83132.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=36.57%
G=36.36%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118013400.010.260.2958.7224.161.76
HexB5B486011A1D3b183e
Octal265264206013235733076
Binary10110101101101001000011001110101110111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B486; }

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

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

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

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

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

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

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

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