#B0A35D

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

Shades of Gimblet #B0A35D

Tints of Gimblet #B0A35D

Color information

#B0A35D (or 0xB0A35D) is unknown color: approx Gimblet. HEX triplet: B0, A3 and 5D. RGB value is (176,163,93). Sum of RGB (Red+Green+Blue) = 176+163+93=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A35D is #4F5CA2. Grayscale: #9F9F9F. Windows color (decimal): -5201059 or 6136752. OLE color: 6136752.

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

Color convert

RGB17616393-
CMYK00.070.470.31
HSL50.6º34.44%52.75%-
HSV(B)50.6º47.16%69.02%-
XYZ32.9836.2115.61-
YUV158.9190.81140.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=40.74%
G=37.73%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761639300.070.470.3150.634.4452.75
HexB0A35D072F1F332235
Octal260243135075737634265
Binary10110000101000111011101011110111111111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A35D; }

 p { color: rgb(176,163,93); }

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

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

 a { background-color: rgb(176,163,93); }

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

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

 span { border-color: rgb(176,163,93); }

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