#B2A563

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

Shades of Gimblet #B2A563

Tints of Gimblet #B2A563

Color information

#B2A563 (or 0xB2A563) is unknown color: approx Gimblet. HEX triplet: B2, A5 and 63. RGB value is (178,165,99). Sum of RGB (Red+Green+Blue) = 178+165+99=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A563 is #4D5A9C. Grayscale: #A1A1A1. Windows color (decimal): -5069469 or 6530482. OLE color: 6530482.

HSL color Cylindrical-coordinate representation of color #B2A563: hue angle of 50.13º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2A563 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17816599-
CMYK00.070.440.30
HSL50.13º33.91%54.31%-
HSV(B)50.13º44.38%69.8%-
XYZ34.0737.2817.2-
YUV161.3692.81139.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=40.27%
G=37.33%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781659900.070.440.3050.1333.9154.31
HexB2A563072C1E322236
Octal262245143075436624266
Binary10110010101001011100011011110110011110110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A563; }

 p { color: rgb(178,165,99); }

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

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

 a { background-color: rgb(178,165,99); }

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

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

 span { border-color: rgb(178,165,99); }

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