#B2A960

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

Shades of Gimblet #B2A960

Tints of Gimblet #B2A960

Color information

#B2A960 (or 0xB2A960) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 60. RGB value is (178,169,96). Sum of RGB (Red+Green+Blue) = 178+169+96=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A960 is #4D569F. Grayscale: #A3A3A3. Windows color (decimal): -5068448 or 6334898. OLE color: 6334898.

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

Color convert

RGB17816996-
CMYK00.050.460.30
HSL53.41º34.75%53.73%-
HSV(B)53.41º46.07%69.8%-
XYZ34.6638.6916.71-
YUV163.3789.98138.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 169 (66.41% from 255) = 38.15%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=40.18%
G=38.15%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781699600.050.460.3053.4134.7553.73
HexB2A960052E1E352336
Octal262251140055636654366
Binary10110010101010011100000010110111011110110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A960; }

 p { color: rgb(178,169,96); }

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

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

 a { background-color: rgb(178,169,96); }

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

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

 span { border-color: rgb(178,169,96); }

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