#B2A05C

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

Shades of Gimblet #B2A05C

Tints of Gimblet #B2A05C

Color information

#B2A05C (or 0xB2A05C) is unknown color: approx Gimblet. HEX triplet: B2, A0 and 5C. RGB value is (178,160,92). Sum of RGB (Red+Green+Blue) = 178+160+92=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A05C is #4D5FA3. Grayscale: #9D9D9D. Windows color (decimal): -5070756 or 6070450. OLE color: 6070450.

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

Color convert

RGB17816092-
CMYK00.100.480.30
HSL47.44º35.83%52.94%-
HSV(B)47.44º48.31%69.8%-
XYZ32.8635.3815.22-
YUV157.6390.96142.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=41.40%
G=37.21%
B=21.40%

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
Decimal1781609200.100.480.3047.4435.8352.94
HexB2A05C0A301E2f2435
Octal2622401340126036574465
Binary101100101010000010111000101011000011110101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A05C; }

 p { color: rgb(178,160,92); }

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

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

 a { background-color: rgb(178,160,92); }

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

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

 span { border-color: rgb(178,160,92); }

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