#B2A970

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

Shades of Gimblet #B2A970

Tints of Gimblet #B2A970

Color information

#B2A970 (or 0xB2A970) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 70. RGB value is (178,169,112). Sum of RGB (Red+Green+Blue) = 178+169+112=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A970 is #4D568F. Grayscale: #A5A5A5. Windows color (decimal): -5068432 or 7383474. OLE color: 7383474.

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

Color convert

RGB178169112-
CMYK00.050.370.30
HSL51.82º30%56.86%-
HSV(B)51.82º37.08%69.8%-
XYZ35.4739.0120.99-
YUV165.1997.98137.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=38.78%
G=36.82%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816911200.050.370.3051.823056.86
HexB2A97005251E341e39
Octal262251160054536643671
Binary1011001010101001111000001011001011111011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A970; }

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

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

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

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

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

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

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

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