#b2a35c

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

Shades of Gimblet #B2A35C

Tints of Gimblet #B2A35C

Color information

#B2A35C (or 0xB2A35C) is unknown color: approx Gimblet. HEX triplet: B2, A3 and 5C. RGB value is (178,163,92). Sum of RGB (Red+Green+Blue) = 178+163+92=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A35C is #4D5CA3. Grayscale: #9F9F9F. Windows color (decimal): -5069988 or 6071218. OLE color: 6071218.

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

Color convert

RGB17816392-
CMYK00.080.480.30
HSL49.53º35.83%52.94%-
HSV(B)49.53º48.31%69.8%-
XYZ33.3936.4315.4-
YUV159.3989.97141.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=41.11%
G=37.64%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781639200.080.480.3049.5335.8352.94
HexB2A35C08301E322435
Octal2622431340106036624465
Binary101100101010001110111000100011000011110110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2a35c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2a35c; }

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

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

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

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

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

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

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

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