#B6B596

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

Shades of Coriander #B6B596

Tints of Coriander #B6B596

Color information

#B6B596 (or 0xB6B596) is unknown color: approx Coriander. HEX triplet: B6, B5 and 96. RGB value is (182,181,150). Sum of RGB (Red+Green+Blue) = 182+181+150=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B596 is #494A69. Grayscale: #B1B1B1. Windows color (decimal): -4803178 or 9876918. OLE color: 9876918.

HSL color Cylindrical-coordinate representation of color #B6B596: hue angle of 58.12º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6B596 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182181150-
CMYK00.010.180.29
HSL58.12º17.98%65.1%-
HSV(B)58.12º17.58%71.37%-
XYZ41.3245.1935.4-
YUV177.76112.33131.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=35.48%
G=35.28%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218115000.010.180.2958.1217.9865.1
HexB6B59601121D3a1241
Octal2662652260122357222101
Binary101101101011010110010110011001011101111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B596; }

 p { color: rgb(182,181,150); }

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

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

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

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

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

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

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