#B6B18E

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

Shades of Coriander #B6B18E

Tints of Coriander #B6B18E

Color information

#B6B18E (or 0xB6B18E) is unknown color: approx Coriander. HEX triplet: B6, B1 and 8E. RGB value is (182,177,142). Sum of RGB (Red+Green+Blue) = 182+177+142=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B18E is #494E71. Grayscale: #AEAEAE. Windows color (decimal): -4804210 or 9351606. OLE color: 9351606.

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

Color convert

RGB182177142-
CMYK00.030.220.29
HSL52.5º21.51%63.53%-
HSV(B)52.5º21.98%71.37%-
XYZ39.943.3431.85-
YUV174.5109.66133.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=36.33%
G=35.33%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217714200.030.220.2952.521.5163.53
HexB6B18E03161D341640
Octal2662612160326356426100
Binary1011011010110001100011100111011011101110100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B18E; }

 p { color: rgb(182,177,142); }

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

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

 a { background-color: rgb(182,177,142); }

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

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

 span { border-color: rgb(182,177,142); }

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