#B6B285

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

Shades of Coriander #B6B285

Tints of Coriander #B6B285

Color information

#B6B285 (or 0xB6B285) is unknown color: approx Coriander. HEX triplet: B6, B2 and 85. RGB value is (182,178,133). Sum of RGB (Red+Green+Blue) = 182+178+133=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B285 is #494D7A. Grayscale: #AEAEAE. Windows color (decimal): -4803963 or 8762038. OLE color: 8762038.

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

Color convert

RGB182178133-
CMYK00.020.270.29
HSL55.1º25.13%61.76%-
HSV(B)55.1º26.92%71.37%-
XYZ39.4543.4828.5-
YUV174.07104.83133.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=36.92%
G=36.11%
B=26.98%

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
Decimal18217813300.020.270.2955.125.1361.76
HexB6B285021B1D37193e
Octal266262205023335673176
Binary101101101011001010000101010110111110111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B285; }

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

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

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

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

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

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

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

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