#B0AC65

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

Shades of Gimblet #B0AC65

Tints of Gimblet #B0AC65

Color information

#B0AC65 (or 0xB0AC65) is unknown color: approx Gimblet. HEX triplet: B0, AC and 65. RGB value is (176,172,101). Sum of RGB (Red+Green+Blue) = 176+172+101=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AC65 is #4F539A. Grayscale: #A5A5A5. Windows color (decimal): -5198747 or 6663344. OLE color: 6663344.

HSL color Cylindrical-coordinate representation of color #B0AC65: hue angle of 56.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0AC65 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB176172101-
CMYK00.020.430.31
HSL56.8º32.19%54.31%-
HSV(B)56.8º42.61%69.02%-
XYZ35.0139.6718.12-
YUV165.191.83135.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=39.20%
G=38.31%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617210100.020.430.3156.832.1954.31
HexB0AC65022B1F392036
Octal260254145025337714066
Binary1011000010101100110010101010101111111111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC65; }

 p { color: rgb(176,172,101); }

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

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

 a { background-color: rgb(176,172,101); }

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

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

 span { border-color: rgb(176,172,101); }

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