#BEAD62

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

Shades of Gimblet #BEAD62

Tints of Gimblet #BEAD62

Color information

#BEAD62 (or 0xBEAD62) is unknown color: approx Gimblet. HEX triplet: BE, AD and 62. RGB value is (190,173,98). Sum of RGB (Red+Green+Blue) = 190+173+98=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD62 is #41529D. Grayscale: #A9A9A9. Windows color (decimal): -4280990 or 6467006. OLE color: 6467006.

HSL color Cylindrical-coordinate representation of color #BEAD62: hue angle of 48.91º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEAD62 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19017398-
CMYK00.090.480.25
HSL48.91º41.44%56.47%-
HSV(B)48.91º48.42%74.51%-
XYZ38.3841.7217.58-
YUV169.5387.63142.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 98 (38.67% from 255) = 21.26%
R=41.21%
G=37.53%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901739800.090.480.2548.9141.4456.47
HexBEAD62093019312938
Octal2762551420116031615170
Binary101111101010110111000100100111000011001110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD62; }

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

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

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

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

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

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

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

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