#B3A35A

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

Shades of Gimblet #B3A35A

Tints of Gimblet #B3A35A

Color information

#B3A35A (or 0xB3A35A) is unknown color: approx Gimblet. HEX triplet: B3, A3 and 5A. RGB value is (179,163,90). Sum of RGB (Red+Green+Blue) = 179+163+90=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A35A is #4C5CA5. Grayscale: #9F9F9F. Windows color (decimal): -5004454 or 5940147. OLE color: 5940147.

HSL color Cylindrical-coordinate representation of color #B3A35A: hue angle of 49.21º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3A35A is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17916390-
CMYK00.090.500.30
HSL49.21º36.93%52.75%-
HSV(B)49.21º49.72%70.2%-
XYZ33.5336.5214.95-
YUV159.4688.8141.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=41.44%
G=37.73%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791639000.090.500.3049.2136.9352.75
HexB3A35A09321E312535
Octal2632431320116236614565
Binary101100111010001110110100100111001011110110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A35A; }

 p { color: rgb(179,163,90); }

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

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

 a { background-color: rgb(179,163,90); }

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

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

 span { border-color: rgb(179,163,90); }

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