#B0A462

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

Shades of Gimblet #B0A462

Tints of Gimblet #B0A462

Color information

#B0A462 (or 0xB0A462) is unknown color: approx Gimblet. HEX triplet: B0, A4 and 62. RGB value is (176,164,98). Sum of RGB (Red+Green+Blue) = 176+164+98=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A462 is #4F5B9D. Grayscale: #A0A0A0. Windows color (decimal): -5200798 or 6464688. OLE color: 6464688.

HSL color Cylindrical-coordinate representation of color #B0A462: hue angle of 50.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0A462 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17616498-
CMYK00.070.440.31
HSL50.77º33.05%53.73%-
HSV(B)50.77º44.32%69.02%-
XYZ33.3836.6616.87-
YUV160.0692.98139.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=40.18%
G=37.44%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761649800.070.440.3150.7733.0553.73
HexB0A462072C1F332136
Octal260244142075437634166
Binary10110000101001001100010011110110011111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A462; }

 p { color: rgb(176,164,98); }

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

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

 a { background-color: rgb(176,164,98); }

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

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

 span { border-color: rgb(176,164,98); }

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