#B0A068

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

Shades of Gimblet #B0A068

Tints of Gimblet #B0A068

Color information

#B0A068 (or 0xB0A068) is unknown color: approx Gimblet. HEX triplet: B0, A0 and 68. RGB value is (176,160,104). Sum of RGB (Red+Green+Blue) = 176+160+104=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A068 is #4F5F97. Grayscale: #9E9E9E. Windows color (decimal): -5201816 or 6856880. OLE color: 6856880.

HSL color Cylindrical-coordinate representation of color #B0A068: hue angle of 46.67º 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 #B0A068 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB176160104-
CMYK00.090.410.31
HSL46.67º31.3%54.9%-
HSV(B)46.67º40.91%69.02%-
XYZ32.9735.3718.19-
YUV158.497.3140.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=40%
G=36.36%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616010400.090.410.3146.6731.354.9
HexB0A06809291F2f1f37
Octal2602401500115137573767
Binary10110000101000001101000010011010011111110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A068; }

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

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

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

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

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

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

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

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