#B4AD62

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

Shades of Gimblet #B4AD62

Tints of Gimblet #B4AD62

Color information

#B4AD62 (or 0xB4AD62) is unknown color: approx Gimblet. HEX triplet: B4, AD and 62. RGB value is (180,173,98). Sum of RGB (Red+Green+Blue) = 180+173+98=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD62 is #4B529D. Grayscale: #A6A6A6. Windows color (decimal): -4936350 or 6466996. OLE color: 6466996.

HSL color Cylindrical-coordinate representation of color #B4AD62: hue angle of 54.88º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4AD62 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18017398-
CMYK00.040.460.29
HSL54.88º35.34%54.51%-
HSV(B)54.88º45.56%70.59%-
XYZ35.9740.4717.47-
YUV166.5489.32137.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=39.91%
G=38.36%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801739800.040.460.2954.8835.3454.51
HexB4AD62042E1D372337
Octal264255142045635674367
Binary10110100101011011100010010010111011101110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AD62; }

 p { color: rgb(180,173,98); }

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

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

 a { background-color: rgb(180,173,98); }

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

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

 span { border-color: rgb(180,173,98); }

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