#B0A26B

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

Shades of Gimblet #B0A26B

Tints of Gimblet #B0A26B

Color information

#B0A26B (or 0xB0A26B) is unknown color: approx Gimblet. HEX triplet: B0, A2 and 6B. RGB value is (176,162,107). Sum of RGB (Red+Green+Blue) = 176+162+107=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A26B is #4F5D94. Grayscale: #A0A0A0. Windows color (decimal): -5201301 or 7054000. OLE color: 7054000.

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

Color convert

RGB176162107-
CMYK00.080.390.31
HSL47.83º30.4%55.49%-
HSV(B)47.83º39.2%69.02%-
XYZ33.4836.1319.12-
YUV159.9298.14139.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=39.55%
G=36.40%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616210700.080.390.3147.8330.455.49
HexB0A26B08271F301e37
Octal2602421530104737603667
Binary10110000101000101101011010001001111111111000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A26B; }

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

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

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

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

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

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

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

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