#B6B588

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

Shades of Coriander #B6B588

Tints of Coriander #B6B588

Color information

#B6B588 (or 0xB6B588) is unknown color: approx Coriander. HEX triplet: B6, B5 and 88. RGB value is (182,181,136). Sum of RGB (Red+Green+Blue) = 182+181+136=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B588 is #494A77. Grayscale: #B0B0B0. Windows color (decimal): -4803192 or 8959414. OLE color: 8959414.

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

Color convert

RGB182181136-
CMYK00.010.250.29
HSL58.7º23.96%62.35%-
HSV(B)58.7º25.27%71.37%-
XYZ40.2644.7729.81-
YUV176.17105.33132.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=36.47%
G=36.27%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218113600.010.250.2958.723.9662.35
HexB6B58801191D3b183e
Octal266265210013135733076
Binary10110110101101011000100001110011110111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B588; }

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

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

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

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

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

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

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

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