#B3A86C

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

Shades of Gimblet #B3A86C

Tints of Gimblet #B3A86C

Color information

#B3A86C (or 0xB3A86C) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 6C. RGB value is (179,168,108). Sum of RGB (Red+Green+Blue) = 179+168+108=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A86C is #4C5793. Grayscale: #A4A4A4. Windows color (decimal): -5003156 or 7121075. OLE color: 7121075.

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

Color convert

RGB179168108-
CMYK00.060.400.30
HSL50.7º31.84%56.27%-
HSV(B)50.7º39.66%70.2%-
XYZ35.338.6719.79-
YUV164.4596.14138.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=39.34%
G=36.92%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916810800.060.400.3050.731.8456.27
HexB3A86C06281E332038
Octal263250154065036634070
Binary10110011101010001101100011010100011110110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A86C; }

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

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

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

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

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

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

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

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