#B2A457

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

Shades of Gimblet #B2A457

Tints of Gimblet #B2A457

Color information

#B2A457 (or 0xB2A457) is unknown color: approx Gimblet. HEX triplet: B2, A4 and 57. RGB value is (178,164,87). Sum of RGB (Red+Green+Blue) = 178+164+87=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A457 is #4D5BA8. Grayscale: #9F9F9F. Windows color (decimal): -5069737 or 5743794. OLE color: 5743794.

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

Color convert

RGB17816487-
CMYK00.080.510.30
HSL50.77º37.14%51.96%-
HSV(B)50.77º51.12%69.8%-
XYZ33.3636.714.34-
YUV159.4187.14141.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=41.49%
G=38.23%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781648700.080.510.3050.7737.1451.96
HexB2A45708331E332534
Octal2622441270106336634564
Binary101100101010010010101110100011001111110110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A457; }

 p { color: rgb(178,164,87); }

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

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

 a { background-color: rgb(178,164,87); }

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

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

 span { border-color: rgb(178,164,87); }

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