#B3B185

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

Shades of Coriander #B3B185

Tints of Coriander #B3B185

Color information

#B3B185 (or 0xB3B185) is unknown color: approx Coriander. HEX triplet: B3, B1 and 85. RGB value is (179,177,133). Sum of RGB (Red+Green+Blue) = 179+177+133=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B185 is #4C4E7A. Grayscale: #ACACAC. Windows color (decimal): -5000827 or 8761779. OLE color: 8761779.

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

Color convert

RGB179177133-
CMYK00.010.260.30
HSL57.39º23.23%61.18%-
HSV(B)57.39º25.7%70.2%-
XYZ38.5542.7228.4-
YUV172.58105.66132.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=36.61%
G=36.20%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917713300.010.260.3057.3923.2361.18
HexB3B185011A1E39173d
Octal263261205013236712775
Binary10110011101100011000010101110101111011100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B185; }

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

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

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

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

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

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

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

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