#B0A35B

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

Shades of Gimblet #B0A35B

Tints of Gimblet #B0A35B

Color information

#B0A35B (or 0xB0A35B) is unknown color: approx Gimblet. HEX triplet: B0, A3 and 5B. RGB value is (176,163,91). Sum of RGB (Red+Green+Blue) = 176+163+91=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A35B is #4F5CA4. Grayscale: #9E9E9E. Windows color (decimal): -5201061 or 6005680. OLE color: 6005680.

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

Color convert

RGB17616391-
CMYK00.070.480.31
HSL50.82º34.98%52.35%-
HSV(B)50.82º48.3%69.02%-
XYZ32.8936.1815.15-
YUV158.6889.81140.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=40.93%
G=37.91%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761639100.070.480.3150.8234.9852.35
HexB0A35B07301F332334
Octal260243133076037634364
Binary10110000101000111011011011111000011111110011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A35B; }

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

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

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

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

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

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

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

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