#B2A958

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

Shades of Gimblet #B2A958

Tints of Gimblet #B2A958

Color information

#B2A958 (or 0xB2A958) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 58. RGB value is (178,169,88). Sum of RGB (Red+Green+Blue) = 178+169+88=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A958 is #4D56A7. Grayscale: #A2A2A2. Windows color (decimal): -5068456 or 5810610. OLE color: 5810610.

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

Color convert

RGB17816988-
CMYK00.050.510.30
HSL54º36.89%52.16%-
HSV(B)54º50.56%69.8%-
XYZ34.3138.5514.86-
YUV162.4685.98139.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 88 (34.77% from 255) = 20.23%
R=40.92%
G=38.85%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781698800.050.510.305436.8952.16
HexB2A95805331E362534
Octal262251130056336664564
Binary10110010101010011011000010111001111110110110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A958; }

 p { color: rgb(178,169,88); }

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

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

 a { background-color: rgb(178,169,88); }

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

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

 span { border-color: rgb(178,169,88); }

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