#B3A870

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

Shades of Gimblet #B3A870

Tints of Gimblet #B3A870

Color information

#B3A870 (or 0xB3A870) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 70. RGB value is (179,168,112). Sum of RGB (Red+Green+Blue) = 179+168+112=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A870 is #4C578F. Grayscale: #A5A5A5. Windows color (decimal): -5003152 or 7383219. OLE color: 7383219.

HSL color Cylindrical-coordinate representation of color #B3A870: hue angle of 50.15º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3A870 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179168112-
CMYK00.060.370.30
HSL50.15º30.59%57.06%-
HSV(B)50.15º37.43%70.2%-
XYZ35.5238.7620.94-
YUV164.998.14138.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=39.00%
G=36.60%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916811200.060.370.3050.1530.5957.06
HexB3A87006251E321f39
Octal263250160064536623771
Binary1011001110101000111000001101001011111011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A870; }

 p { color: rgb(179,168,112); }

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

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

 a { background-color: rgb(179,168,112); }

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

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

 span { border-color: rgb(179,168,112); }

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