#B2A96D

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

Shades of Gimblet #B2A96D

Tints of Gimblet #B2A96D

Color information

#B2A96D (or 0xB2A96D) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 6D. RGB value is (178,169,109). Sum of RGB (Red+Green+Blue) = 178+169+109=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A96D is #4D5692. Grayscale: #A5A5A5. Windows color (decimal): -5068435 or 7186866. OLE color: 7186866.

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

Color convert

RGB178169109-
CMYK00.050.390.30
HSL52.17º30.94%56.27%-
HSV(B)52.17º38.76%69.8%-
XYZ35.3138.9520.12-
YUV164.8596.48137.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=39.04%
G=37.06%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816910900.050.390.3052.1730.9456.27
HexB2A96D05271E341f38
Octal262251155054736643770
Binary1011001010101001110110101011001111111011010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A96D; }

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

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

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

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

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

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

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

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