#B0A568

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

Shades of Gimblet #B0A568

Tints of Gimblet #B0A568

Color information

#B0A568 (or 0xB0A568) is unknown color: approx Gimblet. HEX triplet: B0, A5 and 68. RGB value is (176,165,104). Sum of RGB (Red+Green+Blue) = 176+165+104=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A568 is #4F5A97. Grayscale: #A1A1A1. Windows color (decimal): -5200536 or 6858160. OLE color: 6858160.

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

Color convert

RGB176165104-
CMYK00.060.410.31
HSL50.83º31.3%54.9%-
HSV(B)50.83º40.91%69.02%-
XYZ33.8637.1418.48-
YUV161.3395.64138.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=39.55%
G=37.08%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616510400.060.410.3150.8331.354.9
HexB0A56806291F331f37
Octal260245150065137633767
Binary1011000010100101110100001101010011111111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A568; }

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

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

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

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

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

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

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

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