#B0A658

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

Shades of Gimblet #B0A658

Tints of Gimblet #B0A658

Color information

#B0A658 (or 0xB0A658) is unknown color: approx Gimblet. HEX triplet: B0, A6 and 58. RGB value is (176,166,88). Sum of RGB (Red+Green+Blue) = 176+166+88=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A658 is #4F59A7. Grayscale: #A0A0A0. Windows color (decimal): -5200296 or 5809840. OLE color: 5809840.

HSL color Cylindrical-coordinate representation of color #B0A658: hue angle of 53.18º 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 #B0A658 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17616688-
CMYK00.060.500.31
HSL53.18º35.77%51.76%-
HSV(B)53.18º50%69.02%-
XYZ33.337.2114.66-
YUV160.187.31139.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 88 (34.77% from 255) = 20.47%
R=40.93%
G=38.60%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761668800.060.500.3153.1835.7751.76
HexB0A65806321F352434
Octal260246130066237654464
Binary10110000101001101011000011011001011111110101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A658; }

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

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

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

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

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

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

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

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