#B2A15D

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

Shades of Gimblet #B2A15D

Tints of Gimblet #B2A15D

Color information

#B2A15D (or 0xB2A15D) is unknown color: approx Gimblet. HEX triplet: B2, A1 and 5D. RGB value is (178,161,93). Sum of RGB (Red+Green+Blue) = 178+161+93=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A15D is #4D5EA2. Grayscale: #9E9E9E. Windows color (decimal): -5070499 or 6136242. OLE color: 6136242.

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

Color convert

RGB17816193-
CMYK00.100.480.30
HSL48º35.56%53.14%-
HSV(B)48º47.75%69.8%-
XYZ33.0835.7515.51-
YUV158.3391.13142.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=41.20%
G=37.27%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781619300.100.480.304835.5653.14
HexB2A15D0A301E302435
Octal2622411350126036604465
Binary101100101010000110111010101011000011110110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A15D; }

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

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

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

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

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

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

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

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