#B3A970

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

Shades of Gimblet #B3A970

Tints of Gimblet #B3A970

Color information

#B3A970 (or 0xB3A970) is unknown color: approx Gimblet. HEX triplet: B3, A9 and 70. RGB value is (179,169,112). Sum of RGB (Red+Green+Blue) = 179+169+112=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A970 is #4C568F. Grayscale: #A5A5A5. Windows color (decimal): -5002896 or 7383475. OLE color: 7383475.

HSL color Cylindrical-coordinate representation of color #B3A970: hue angle of 51.04º degrees, saturation: 0.31, 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 #B3A970 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179169112-
CMYK00.060.370.30
HSL51.04º30.59%57.06%-
HSV(B)51.04º37.43%70.2%-
XYZ35.739.1321-
YUV165.4997.81137.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=38.91%
G=36.74%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916911200.060.370.3051.0430.5957.06
HexB3A97006251E331f39
Octal263251160064536633771
Binary1011001110101001111000001101001011111011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A970; }

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

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

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

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

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

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

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

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