#B2A857

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

Shades of Gimblet #B2A857

Tints of Gimblet #B2A857

Color information

#B2A857 (or 0xB2A857) is unknown color: approx Gimblet. HEX triplet: B2, A8 and 57. RGB value is (178,168,87). Sum of RGB (Red+Green+Blue) = 178+168+87=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A857 is #4D57A8. Grayscale: #A2A2A2. Windows color (decimal): -5068713 or 5744818. OLE color: 5744818.

HSL color Cylindrical-coordinate representation of color #B2A857: hue angle of 53.41º 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 #B2A857 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17816887-
CMYK00.060.510.30
HSL53.41º37.14%51.96%-
HSV(B)53.41º51.12%69.8%-
XYZ34.0838.1614.59-
YUV161.7685.81139.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 87 (34.38% from 255) = 20.09%
R=41.11%
G=38.80%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781688700.060.510.3053.4137.1451.96
HexB2A85706331E352534
Octal262250127066336654564
Binary10110010101010001010111011011001111110110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A857; }

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

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

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

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

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

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

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

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