#B6B08A

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

Shades of Coriander #B6B08A

Tints of Coriander #B6B08A

Color information

#B6B08A (or 0xB6B08A) is unknown color: approx Coriander. HEX triplet: B6, B0 and 8A. RGB value is (182,176,138). Sum of RGB (Red+Green+Blue) = 182+176+138=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B08A is #494F75. Grayscale: #ADADAD. Windows color (decimal): -4804470 or 9089206. OLE color: 9089206.

HSL color Cylindrical-coordinate representation of color #B6B08A: hue angle of 51.82º 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 #B6B08A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182176138-
CMYK00.030.240.29
HSL51.82º23.16%62.75%-
HSV(B)51.82º24.18%71.37%-
XYZ39.442.8330.24-
YUV173.46107.99134.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=36.69%
G=35.48%
B=27.82%

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
Decimal18217613800.030.240.2951.8223.1662.75
HexB6B08A03181D34173f
Octal266260212033035642777
Binary101101101011000010001010011110001110111010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B08A; }

 p { color: rgb(182,176,138); }

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

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

 a { background-color: rgb(182,176,138); }

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

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

 span { border-color: rgb(182,176,138); }

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