#B2A759

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

Shades of Gimblet #B2A759

Tints of Gimblet #B2A759

Color information

#B2A759 (or 0xB2A759) is unknown color: approx Gimblet. HEX triplet: B2, A7 and 59. RGB value is (178,167,89). Sum of RGB (Red+Green+Blue) = 178+167+89=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A759 is #4D58A6. Grayscale: #A1A1A1. Windows color (decimal): -5068967 or 5875634. OLE color: 5875634.

HSL color Cylindrical-coordinate representation of color #B2A759: hue angle of 52.58º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2A759 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17816789-
CMYK00.060.50.30
HSL52.58º36.63%52.35%-
HSV(B)52.58º50%69.8%-
XYZ33.9837.8214.96-
YUV161.487.14139.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 89 (35.16% from 255) = 20.51%
R=41.01%
G=38.48%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781678900.060.50.3052.5836.6352.35
HexB2A75906321E352534
Octal262247131066236654564
Binary10110010101001111011001011011001011110110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A759; }

 p { color: rgb(178,167,89); }

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

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

 a { background-color: rgb(178,167,89); }

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

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

 span { border-color: rgb(178,167,89); }

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