#B2B185

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

Shades of Coriander #B2B185

Tints of Coriander #B2B185

Color information

#B2B185 (or 0xB2B185) is unknown color: approx Coriander. HEX triplet: B2, B1 and 85. RGB value is (178,177,133). Sum of RGB (Red+Green+Blue) = 178+177+133=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B185 is #4D4E7A. Grayscale: #ACACAC. Windows color (decimal): -5066363 or 8761778. OLE color: 8761778.

HSL color Cylindrical-coordinate representation of color #B2B185: hue angle of 58.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B185 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB178177133-
CMYK00.010.250.30
HSL58.67º22.61%60.98%-
HSV(B)58.67º25.28%69.8%-
XYZ38.3242.628.39-
YUV172.28105.83132.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=36.48%
G=36.27%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817713300.010.250.3058.6722.6160.98
HexB2B18501191E3b173d
Octal262261205013136732775
Binary10110010101100011000010101110011111011101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B185; }

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

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

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

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

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

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

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

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