#B3A854

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

Shades of Gimblet #B3A854

Tints of Gimblet #B3A854

Color information

#B3A854 (or 0xB3A854) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 54. RGB value is (179,168,84). Sum of RGB (Red+Green+Blue) = 179+168+84=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A854 is #4C57AB. Grayscale: #A2A2A2. Windows color (decimal): -5003180 or 5548211. OLE color: 5548211.

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

Color convert

RGB17916884-
CMYK00.060.530.30
HSL53.05º38.46%51.57%-
HSV(B)53.05º53.07%70.2%-
XYZ34.1938.2313.96-
YUV161.7184.14140.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=41.53%
G=38.98%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791688400.060.530.3053.0538.4651.57
HexB3A85406351E352634
Octal263250124066536654664
Binary10110011101010001010100011011010111110110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A854; }

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

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

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

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

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

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

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

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