#B0A86C

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

Shades of Gimblet #B0A86C

Tints of Gimblet #B0A86C

Color information

#B0A86C (or 0xB0A86C) is unknown color: approx Gimblet. HEX triplet: B0, A8 and 6C. RGB value is (176,168,108). Sum of RGB (Red+Green+Blue) = 176+168+108=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A86C is #4F5793. Grayscale: #A3A3A3. Windows color (decimal): -5199764 or 7121072. OLE color: 7121072.

HSL color Cylindrical-coordinate representation of color #B0A86C: hue angle of 52.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0A86C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176168108-
CMYK00.050.390.31
HSL52.94º30.09%55.69%-
HSV(B)52.94º38.64%69.02%-
XYZ34.6138.3219.76-
YUV163.5596.65136.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=38.94%
G=37.17%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616810800.050.390.3152.9430.0955.69
HexB0A86C05271F351e38
Octal260250154054737653670
Binary1011000010101000110110001011001111111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A86C; }

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

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

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

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

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

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

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

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