#B2A269

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

Shades of Gimblet #B2A269

Tints of Gimblet #B2A269

Color information

#B2A269 (or 0xB2A269) is unknown color: approx Gimblet. HEX triplet: B2, A2 and 69. RGB value is (178,162,105). Sum of RGB (Red+Green+Blue) = 178+162+105=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A269 is #4D5D96. Grayscale: #A0A0A0. Windows color (decimal): -5070231 or 6922930. OLE color: 6922930.

HSL color Cylindrical-coordinate representation of color #B2A269: hue angle of 46.85º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2A269 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178162105-
CMYK00.090.410.30
HSL46.85º32.16%55.49%-
HSV(B)46.85º41.01%69.8%-
XYZ33.8336.3318.59-
YUV160.2996.8140.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=40%
G=36.40%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816210500.090.410.3046.8532.1655.49
HexB2A26909291E2f2037
Octal2622421510115136574067
Binary101100101010001011010010100110100111110101111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A269; }

 p { color: rgb(178,162,105); }

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

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

 a { background-color: rgb(178,162,105); }

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

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

 span { border-color: rgb(178,162,105); }

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