#B2A95C

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

Shades of Gimblet #B2A95C

Tints of Gimblet #B2A95C

Color information

#B2A95C (or 0xB2A95C) is unknown color: approx Gimblet. HEX triplet: B2, A9 and 5C. RGB value is (178,169,92). Sum of RGB (Red+Green+Blue) = 178+169+92=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A95C is #4D56A3. Grayscale: #A3A3A3. Windows color (decimal): -5068452 or 6072754. OLE color: 6072754.

HSL color Cylindrical-coordinate representation of color #B2A95C: hue angle of 53.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2A95C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17816992-
CMYK00.050.480.30
HSL53.72º35.83%52.94%-
HSV(B)53.72º48.31%69.8%-
XYZ34.4838.6115.76-
YUV162.9187.98138.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=40.55%
G=38.50%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781699200.050.480.3053.7235.8352.94
HexB2A95C05301E362435
Octal262251134056036664465
Binary10110010101010011011100010111000011110110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A95C; }

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

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

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

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

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

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

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

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