#B2A15F

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

Shades of Gimblet #B2A15F

Tints of Gimblet #B2A15F

Color information

#B2A15F (or 0xB2A15F) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 5F. RGB value is (178,161,95). Sum of RGB (Red+Green+Blue) = 178+161+95=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A15F is #4D5EA0. Grayscale: #9E9E9E. Windows color (decimal): -5070497 or 6267314. OLE color: 6267314.

HSL color Cylindrical-coordinate representation of color #B2A15F: hue angle of 47.71º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2A15F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17816195-
CMYK00.100.470.30
HSL47.71º35.02%53.53%-
HSV(B)47.71º46.63%69.8%-
XYZ33.1735.7815.98-
YUV158.5692.13141.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=41.01%
G=37.10%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781619500.100.470.3047.7135.0253.53
HexB2A15F0A2F1E302336
Octal2622411370125736604366
Binary101100101010000110111110101010111111110110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A15F; }

 p { color: rgb(178,161,95); }

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

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

 a { background-color: rgb(178,161,95); }

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

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

 span { border-color: rgb(178,161,95); }

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