#B2AD63

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

Shades of Gimblet #B2AD63

Tints of Gimblet #B2AD63

Color information

#B2AD63 (or 0xB2AD63) is unknown color: approx Gimblet. HEX triplet: B2, AD and 63. RGB value is (178,173,99). Sum of RGB (Red+Green+Blue) = 178+173+99=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD63 is #4D529C. Grayscale: #A6A6A6. Windows color (decimal): -5067421 or 6532530. OLE color: 6532530.

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

Color convert

RGB17817399-
CMYK00.030.440.30
HSL56.2º33.91%54.31%-
HSV(B)56.2º44.38%69.8%-
XYZ35.5640.2517.7-
YUV166.0690.16136.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 99 (39.06% from 255) = 22%
R=39.56%
G=38.44%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781739900.030.440.3056.233.9154.31
HexB2AD63032C1E382236
Octal262255143035436704266
Binary1011001010101101110001101110110011110111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD63; }

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

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

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

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

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

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

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

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