#B6B486

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

Shades of Coriander #B6B486

Tints of Coriander #B6B486

Color information

#B6B486 (or 0xB6B486) is unknown color: approx Coriander. HEX triplet: B6, B4 and 86. RGB value is (182,180,134). Sum of RGB (Red+Green+Blue) = 182+180+134=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B486 is #494B79. Grayscale: #AFAFAF. Windows color (decimal): -4803450 or 8828086. OLE color: 8828086.

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

Color convert

RGB182180134-
CMYK00.010.260.29
HSL57.5º24.74%61.96%-
HSV(B)57.5º26.37%71.37%-
XYZ39.9244.3129-
YUV175.35104.66132.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=36.69%
G=36.29%
B=27.02%

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
Decimal18218013400.010.260.2957.524.7461.96
HexB6B486011A1D3a193e
Octal266264206013235723176
Binary10110110101101001000011001110101110111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B486; }

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

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

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

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

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

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

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

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