#B0AA6A

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

Shades of Gimblet #B0AA6A

Tints of Gimblet #B0AA6A

Color information

#B0AA6A (or 0xB0AA6A) is unknown color: approx Gimblet. HEX triplet: B0, AA and 6A. RGB value is (176,170,106). Sum of RGB (Red+Green+Blue) = 176+170+106=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA6A is #4F5595. Grayscale: #A4A4A4. Windows color (decimal): -5199254 or 6990512. OLE color: 6990512.

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

Color convert

RGB176170106-
CMYK00.030.400.31
HSL54.86º30.7%55.29%-
HSV(B)54.86º39.77%69.02%-
XYZ34.8839.0219.33-
YUV164.594.99136.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=38.94%
G=37.61%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617010600.030.400.3154.8630.755.29
HexB0AA6A03281F371f37
Octal260252152035037673767
Binary101100001010101011010100111010001111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA6A; }

 p { color: rgb(176,170,106); }

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

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

 a { background-color: rgb(176,170,106); }

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

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

 span { border-color: rgb(176,170,106); }

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