#B3B186

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

Shades of Coriander #B3B186

Tints of Coriander #B3B186

Color information

#B3B186 (or 0xB3B186) is unknown color: approx Coriander. HEX triplet: B3, B1 and 86. RGB value is (179,177,134). Sum of RGB (Red+Green+Blue) = 179+177+134=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B186 is #4C4E79. Grayscale: #ACACAC. Windows color (decimal): -5000826 or 8827315. OLE color: 8827315.

HSL color Cylindrical-coordinate representation of color #B3B186: hue angle of 57.33º 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 #B3B186 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179177134-
CMYK00.010.250.30
HSL57.33º22.84%61.37%-
HSV(B)57.33º25.14%70.2%-
XYZ38.6242.7528.77-
YUV172.7106.16132.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=36.53%
G=36.12%
B=27.35%

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
Decimal17917713400.010.250.3057.3322.8461.37
HexB3B18601191E39173d
Octal263261206013136712775
Binary10110011101100011000011001110011111011100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B186; }

 p { color: rgb(179,177,134); }

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

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

 a { background-color: rgb(179,177,134); }

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

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

 span { border-color: rgb(179,177,134); }

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