#B2A86A

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

Shades of Gimblet #B2A86A

Tints of Gimblet #B2A86A

Color information

#B2A86A (or 0xB2A86A) is unknown color: approx Gimblet. HEX triplet: B2, A8 and 6A. RGB value is (178,168,106). Sum of RGB (Red+Green+Blue) = 178+168+106=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A86A is #4D5795. Grayscale: #A4A4A4. Windows color (decimal): -5068694 or 6990002. OLE color: 6990002.

HSL color Cylindrical-coordinate representation of color #B2A86A: hue angle of 51.67º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2A86A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178168106-
CMYK00.060.400.30
HSL51.67º31.86%55.69%-
HSV(B)51.67º40.45%69.8%-
XYZ34.9638.5119.23-
YUV163.9295.31138.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=39.38%
G=37.17%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816810600.060.400.3051.6731.8655.69
HexB2A86A06281E342038
Octal262250152065036644070
Binary10110010101010001101010011010100011110110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A86A; }

 p { color: rgb(178,168,106); }

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

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

 a { background-color: rgb(178,168,106); }

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

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

 span { border-color: rgb(178,168,106); }

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