#B3A95D

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

Shades of Gimblet #B3A95D

Tints of Gimblet #B3A95D

Color information

#B3A95D (or 0xB3A95D) is unknown color: approx Gimblet. HEX triplet: B3, A9 and 5D. RGB value is (179,169,93). Sum of RGB (Red+Green+Blue) = 179+169+93=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A95D is #4C56A2. Grayscale: #A3A3A3. Windows color (decimal): -5002915 or 6138291. OLE color: 6138291.

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

Color convert

RGB17916993-
CMYK00.060.480.30
HSL53.02º36.13%53.33%-
HSV(B)53.02º48.04%70.2%-
XYZ34.7538.7516-
YUV163.3388.31139.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 169 (66.41% from 255) = 38.32%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=40.59%
G=38.32%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791699300.060.480.3053.0236.1353.33
HexB3A95D06301E352435
Octal263251135066036654465
Binary10110011101010011011101011011000011110110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A95D; }

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

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

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

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

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

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

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

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