#B6B591

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

Shades of Coriander #B6B591

Tints of Coriander #B6B591

Color information

#B6B591 (or 0xB6B591) is unknown color: approx Coriander. HEX triplet: B6, B5 and 91. RGB value is (182,181,145). Sum of RGB (Red+Green+Blue) = 182+181+145=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B591 is #494A6E. Grayscale: #B1B1B1. Windows color (decimal): -4803183 or 9549238. OLE color: 9549238.

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

Color convert

RGB182181145-
CMYK00.010.200.29
HSL58.38º20.22%64.12%-
HSV(B)58.38º20.33%71.37%-
XYZ40.9345.0433.32-
YUV177.2109.83131.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=35.83%
G=35.63%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218114500.010.200.2958.3820.2264.12
HexB6B59101141D3a1440
Octal2662652210124357224100
Binary101101101011010110010001011010011101111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B591; }

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

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

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

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

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

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

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

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