#B0A56B

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

Shades of Gimblet #B0A56B

Tints of Gimblet #B0A56B

Color information

#B0A56B (or 0xB0A56B) is unknown color: approx Gimblet. HEX triplet: B0, A5 and 6B. RGB value is (176,165,107). Sum of RGB (Red+Green+Blue) = 176+165+107=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A56B is #4F5A94. Grayscale: #A1A1A1. Windows color (decimal): -5200533 or 7054768. OLE color: 7054768.

HSL color Cylindrical-coordinate representation of color #B0A56B: hue angle of 50.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0A56B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176165107-
CMYK00.060.390.31
HSL50.43º30.4%55.49%-
HSV(B)50.43º39.2%69.02%-
XYZ34.0137.219.3-
YUV161.6897.14138.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 107 (42.19% from 255) = 23.88%
R=39.29%
G=36.83%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616510700.060.390.3150.4330.455.49
HexB0A56B06271F321e37
Octal260245153064737623667
Binary1011000010100101110101101101001111111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A56B; }

 p { color: rgb(176,165,107); }

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

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

 a { background-color: rgb(176,165,107); }

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

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

 span { border-color: rgb(176,165,107); }

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