#B3A96E

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

Shades of Gimblet #B3A96E

Tints of Gimblet #B3A96E

Color information

#B3A96E (or 0xB3A96E) is unknown color: approx Gimblet. HEX triplet: B3, A9 and 6E. RGB value is (179,169,110). Sum of RGB (Red+Green+Blue) = 179+169+110=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A96E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A96E is #4C5691. Grayscale: #A5A5A5. Windows color (decimal): -5002898 or 7252403. OLE color: 7252403.

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

Color convert

RGB179169110-
CMYK00.060.390.30
HSL51.3º31.22%56.67%-
HSV(B)51.3º38.55%70.2%-
XYZ35.5939.0920.42-
YUV165.2696.81137.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=39.08%
G=36.90%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916911000.060.390.3051.331.2256.67
HexB3A96E06271E331f39
Octal263251156064736633771
Binary1011001110101001110111001101001111111011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A96E; }

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

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

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

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

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

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

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

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