#B0A96B

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

Shades of Gimblet #B0A96B

Tints of Gimblet #B0A96B

Color information

#B0A96B (or 0xB0A96B) is unknown color: approx Gimblet. HEX triplet: B0, A9 and 6B. RGB value is (176,169,107). Sum of RGB (Red+Green+Blue) = 176+169+107=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A96B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A96B is #4F5694. Grayscale: #A4A4A4. Windows color (decimal): -5199509 or 7055792. OLE color: 7055792.

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

Color convert

RGB176169107-
CMYK00.040.390.31
HSL53.91º30.4%55.49%-
HSV(B)53.91º39.2%69.02%-
XYZ34.7538.6719.54-
YUV164.0295.82136.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=38.94%
G=37.39%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616910700.040.390.3153.9130.455.49
HexB0A96B04271F361e37
Octal260251153044737663667
Binary1011000010101001110101101001001111111111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A96B; }

 p { color: rgb(176,169,107); }

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

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

 a { background-color: rgb(176,169,107); }

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

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

 span { border-color: rgb(176,169,107); }

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