#B3A85A

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

Shades of Gimblet #B3A85A

Tints of Gimblet #B3A85A

Color information

#B3A85A (or 0xB3A85A) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 5A. RGB value is (179,168,90). Sum of RGB (Red+Green+Blue) = 179+168+90=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A85A is #4C57A5. Grayscale: #A2A2A2. Windows color (decimal): -5003174 or 5941427. OLE color: 5941427.

HSL color Cylindrical-coordinate representation of color #B3A85A: hue angle of 52.58º 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 #B3A85A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17916890-
CMYK00.060.500.30
HSL52.58º36.93%52.75%-
HSV(B)52.58º49.72%70.2%-
XYZ34.4438.3315.26-
YUV162.487.14139.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=40.96%
G=38.44%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791689000.060.500.3052.5836.9352.75
HexB3A85A06321E352535
Octal263250132066236654565
Binary10110011101010001011010011011001011110110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A85A; }

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

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

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

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

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

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

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

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