#B6B184

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

Shades of Coriander #B6B184

Tints of Coriander #B6B184

Color information

#B6B184 (or 0xB6B184) is unknown color: approx Coriander. HEX triplet: B6, B1 and 84. RGB value is (182,177,132). Sum of RGB (Red+Green+Blue) = 182+177+132=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B184 is #494E7B. Grayscale: #ADADAD. Windows color (decimal): -4804220 or 8696246. OLE color: 8696246.

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

Color convert

RGB182177132-
CMYK00.030.270.29
HSL54º25.51%61.57%-
HSV(B)54º27.47%71.37%-
XYZ39.1843.0628.08-
YUV173.36104.66134.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=37.07%
G=36.05%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217713200.030.270.295425.5161.57
HexB6B184031B1D361a3e
Octal266261204033335663276
Binary101101101011000110000100011110111110111011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B184; }

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

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

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

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

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

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

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

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