#B6B284

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

Shades of Coriander #B6B284

Tints of Coriander #B6B284

Color information

#B6B284 (or 0xB6B284) is unknown color: approx Coriander. HEX triplet: B6, B2 and 84. RGB value is (182,178,132). Sum of RGB (Red+Green+Blue) = 182+178+132=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B284 is #494D7B. Grayscale: #AEAEAE. Windows color (decimal): -4803964 or 8696502. OLE color: 8696502.

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

Color convert

RGB182178132-
CMYK00.020.270.29
HSL55.2º25.51%61.57%-
HSV(B)55.2º27.47%71.37%-
XYZ39.3843.4528.14-
YUV173.95104.33133.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=36.99%
G=36.18%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217813200.020.270.2955.225.5161.57
HexB6B284021B1D371a3e
Octal266262204023335673276
Binary101101101011001010000100010110111110111011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B284; }

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

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

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

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

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

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

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

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