#B6B286

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

Shades of Coriander #B6B286

Tints of Coriander #B6B286

Color information

#B6B286 (or 0xB6B286) is unknown color: approx Coriander. HEX triplet: B6, B2 and 86. RGB value is (182,178,134). Sum of RGB (Red+Green+Blue) = 182+178+134=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B286 is #494D79. Grayscale: #AEAEAE. Windows color (decimal): -4803962 or 8827574. OLE color: 8827574.

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

Color convert

RGB182178134-
CMYK00.020.260.29
HSL55º24.74%61.96%-
HSV(B)55º26.37%71.37%-
XYZ39.5143.5128.87-
YUV174.18105.33133.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=36.84%
G=36.03%
B=27.13%

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
Decimal18217813400.020.260.295524.7461.96
HexB6B286021A1D37193e
Octal266262206023235673176
Binary101101101011001010000110010110101110111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B286; }

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

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

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

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

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

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

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

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