#B0AA69

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

Shades of Gimblet #B0AA69

Tints of Gimblet #B0AA69

Color information

#B0AA69 (or 0xB0AA69) is unknown color: approx Gimblet. HEX triplet: B0, AA and 69. RGB value is (176,170,105). Sum of RGB (Red+Green+Blue) = 176+170+105=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 105 (41.41% from 255 or 23.28% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA69 is #4F5596. Grayscale: #A4A4A4. Windows color (decimal): -5199255 or 6924976. OLE color: 6924976.

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

Color convert

RGB176170105-
CMYK00.030.400.31
HSL54.93º31%55.1%-
HSV(B)54.93º40.34%69.02%-
XYZ34.833919.06-
YUV164.3894.49136.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 37.69%
BLUE value IS 105 (41.41% from 255) = 23.28%
R=39.02%
G=37.69%
B=23.28%

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
Decimal17617010500.030.400.3154.933155.1
HexB0AA6903281F371f37
Octal260252151035037673767
Binary101100001010101011010010111010001111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA69; }

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

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

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

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

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

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

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

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