#B6B18B

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

Shades of Coriander #B6B18B

Tints of Coriander #B6B18B

Color information

#B6B18B (or 0xB6B18B) is unknown color: approx Coriander. HEX triplet: B6, B1 and 8B. RGB value is (182,177,139). Sum of RGB (Red+Green+Blue) = 182+177+139=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B18B is #494E74. Grayscale: #AEAEAE. Windows color (decimal): -4804213 or 9154998. OLE color: 9154998.

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

Color convert

RGB182177139-
CMYK00.030.240.29
HSL53.02º22.75%62.94%-
HSV(B)53.02º23.63%71.37%-
XYZ39.6743.2530.68-
YUV174.16108.16133.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=36.55%
G=35.54%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217713900.030.240.2953.0222.7562.94
HexB6B18B03181D35173f
Octal266261213033035652777
Binary101101101011000110001011011110001110111010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B18B; }

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

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

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

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

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

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

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

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