#B3A86D

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

Shades of Gimblet #B3A86D

Tints of Gimblet #B3A86D

Color information

#B3A86D (or 0xB3A86D) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 6D. RGB value is (179,168,109). Sum of RGB (Red+Green+Blue) = 179+168+109=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A86D is #4C5792. Grayscale: #A4A4A4. Windows color (decimal): -5003155 or 7186611. OLE color: 7186611.

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

Color convert

RGB179168109-
CMYK00.060.390.30
HSL50.57º31.53%56.47%-
HSV(B)50.57º39.11%70.2%-
XYZ35.3538.6920.07-
YUV164.5696.64138.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=39.25%
G=36.84%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916810900.060.390.3050.5731.5356.47
HexB3A86D06271E332038
Octal263250155064736634070
Binary10110011101010001101101011010011111110110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A86D; }

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

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

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

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

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

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

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

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