#B2A965

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

Shades of Gimblet #B2A965

Tints of Gimblet #B2A965

Color information

#B2A965 (or 0xB2A965) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 65. RGB value is (178,169,101). Sum of RGB (Red+Green+Blue) = 178+169+101=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A965 is #4D569A. Grayscale: #A4A4A4. Windows color (decimal): -5068443 or 6662578. OLE color: 6662578.

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

Color convert

RGB178169101-
CMYK00.050.430.30
HSL52.99º33.33%54.71%-
HSV(B)52.99º43.26%69.8%-
XYZ34.938.7817.96-
YUV163.9492.48138.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=39.73%
G=37.72%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816910100.050.430.3052.9933.3354.71
HexB2A965052B1E352137
Octal262251145055336654167
Binary10110010101010011100101010110101111110110101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A965; }

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

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

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

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

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

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

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

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