#B3A95E

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

Shades of Gimblet #B3A95E

Tints of Gimblet #B3A95E

Color information

#B3A95E (or 0xB3A95E) is unknown color: approx Gimblet. HEX triplet: B3, A9 and 5E. RGB value is (179,169,94). Sum of RGB (Red+Green+Blue) = 179+169+94=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A95E is #4C56A1. Grayscale: #A3A3A3. Windows color (decimal): -5002914 or 6203827. OLE color: 6203827.

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

Color convert

RGB17916994-
CMYK00.060.470.30
HSL52.94º35.86%53.53%-
HSV(B)52.94º47.49%70.2%-
XYZ34.838.7716.24-
YUV163.4488.81139.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=40.50%
G=38.24%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791699400.060.470.3052.9435.8653.53
HexB3A95E062F1E352436
Octal263251136065736654466
Binary10110011101010011011110011010111111110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A95E; }

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

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

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

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

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

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

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

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