#B0A758

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

Shades of Gimblet #B0A758

Tints of Gimblet #B0A758

Color information

#B0A758 (or 0xB0A758) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 58. RGB value is (176,167,88). Sum of RGB (Red+Green+Blue) = 176+167+88=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A758 is #4F58A7. Grayscale: #A1A1A1. Windows color (decimal): -5200040 or 5810096. OLE color: 5810096.

HSL color Cylindrical-coordinate representation of color #B0A758: hue angle of 53.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0A758 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17616788-
CMYK00.050.500.31
HSL53.86º35.77%51.76%-
HSV(B)53.86º50%69.02%-
XYZ33.4837.5714.72-
YUV160.6886.98138.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=40.84%
G=38.75%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761678800.050.500.3153.8635.7751.76
HexB0A75805321F362434
Octal260247130056237664464
Binary10110000101001111011000010111001011111110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A758; }

 p { color: rgb(176,167,88); }

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

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

 a { background-color: rgb(176,167,88); }

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

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

 span { border-color: rgb(176,167,88); }

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