#B3A86A

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

Shades of Gimblet #B3A86A

Tints of Gimblet #B3A86A

Color information

#B3A86A (or 0xB3A86A) is unknown color: approx Gimblet. HEX triplet: B3, A8 and 6A. RGB value is (179,168,106). Sum of RGB (Red+Green+Blue) = 179+168+106=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A86A is #4C5795. Grayscale: #A4A4A4. Windows color (decimal): -5003158 or 6990003. OLE color: 6990003.

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

Color convert

RGB179168106-
CMYK00.060.410.30
HSL50.96º32.44%55.88%-
HSV(B)50.96º40.78%70.2%-
XYZ35.1938.6319.24-
YUV164.2295.14138.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 168 (66.02% from 255) = 37.09%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=39.51%
G=37.09%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916810600.060.410.3050.9632.4455.88
HexB3A86A06291E332038
Octal263250152065136634070
Binary10110011101010001101010011010100111110110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A86A; }

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

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

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

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

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

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

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

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