#B3A75C

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

Shades of Gimblet #B3A75C

Tints of Gimblet #B3A75C

Color information

#B3A75C (or 0xB3A75C) is unknown color: approx Gimblet. HEX triplet: B3, A7 and 5C. RGB value is (179,167,92). Sum of RGB (Red+Green+Blue) = 179+167+92=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A75C is #4C58A3. Grayscale: #A2A2A2. Windows color (decimal): -5003428 or 6072243. OLE color: 6072243.

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

Color convert

RGB17916792-
CMYK00.070.490.30
HSL51.72º36.4%53.14%-
HSV(B)51.72º48.6%70.2%-
XYZ34.3437.9915.65-
YUV162.0488.48140.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=40.87%
G=38.13%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791679200.070.490.3051.7236.453.14
HexB3A75C07311E342435
Octal263247134076136644465
Binary10110011101001111011100011111000111110110100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A75C; }

 p { color: rgb(179,167,92); }

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

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

 a { background-color: rgb(179,167,92); }

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

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

 span { border-color: rgb(179,167,92); }

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