#B3A956

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

Shades of Gimblet #B3A956

Tints of Gimblet #B3A956

Color information

#B3A956 (or 0xB3A956) is unknown color: approx Gimblet. HEX triplet: B3, A9 and 56. RGB value is (179,169,86). Sum of RGB (Red+Green+Blue) = 179+169+86=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A956 is #4C56A9. Grayscale: #A2A2A2. Windows color (decimal): -5002922 or 5679539. OLE color: 5679539.

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

Color convert

RGB17916986-
CMYK00.060.520.30
HSL53.55º37.96%51.96%-
HSV(B)53.55º51.96%70.2%-
XYZ34.4638.6314.44-
YUV162.5384.81139.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=41.24%
G=38.94%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791698600.060.520.3053.5537.9651.96
HexB3A95606341E362634
Octal263251126066436664664
Binary10110011101010011010110011011010011110110110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A956; }

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

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

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

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

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

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

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

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