#B2A863

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

Shades of Gimblet #B2A863

Tints of Gimblet #B2A863

Color information

#B2A863 (or 0xB2A863) is unknown color: approx Gimblet. HEX triplet: B2, A8 and 63. RGB value is (178,168,99). Sum of RGB (Red+Green+Blue) = 178+168+99=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A863 is #4D579C. Grayscale: #A3A3A3. Windows color (decimal): -5068701 or 6531250. OLE color: 6531250.

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

Color convert

RGB17816899-
CMYK00.060.440.30
HSL52.41º33.91%54.31%-
HSV(B)52.41º44.38%69.8%-
XYZ34.6138.3717.39-
YUV163.1291.81138.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=40%
G=37.75%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781689900.060.440.3052.4133.9154.31
HexB2A863062C1E342236
Octal262250143065436644266
Binary10110010101010001100011011010110011110110100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A863; }

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

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

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

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

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

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

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

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