#B0AA6B

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

Shades of Gimblet #B0AA6B

Tints of Gimblet #B0AA6B

Color information

#B0AA6B (or 0xB0AA6B) is unknown color: approx Gimblet. HEX triplet: B0, AA and 6B. RGB value is (176,170,107). Sum of RGB (Red+Green+Blue) = 176+170+107=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA6B is #4F5594. Grayscale: #A4A4A4. Windows color (decimal): -5199253 or 7056048. OLE color: 7056048.

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

Color convert

RGB176170107-
CMYK00.030.390.31
HSL54.78º30.4%55.49%-
HSV(B)54.78º39.2%69.02%-
XYZ34.9339.0419.6-
YUV164.6195.49136.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=38.85%
G=37.53%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617010700.030.390.3154.7830.455.49
HexB0AA6B03271F371e37
Octal260252153034737673667
Binary101100001010101011010110111001111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA6B; }

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

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

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

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

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

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

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

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