#BEAD58

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

Shades of Gimblet #BEAD58

Tints of Gimblet #BEAD58

Color information

#BEAD58 (or 0xBEAD58) is unknown color: approx Gimblet. HEX triplet: BE, AD and 58. RGB value is (190,173,88). Sum of RGB (Red+Green+Blue) = 190+173+88=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD58 is #4152A7. Grayscale: #A8A8A8. Windows color (decimal): -4281000 or 5811646. OLE color: 5811646.

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

Color convert

RGB19017388-
CMYK00.090.540.25
HSL50º43.97%54.51%-
HSV(B)50º53.68%74.51%-
XYZ37.9441.5415.25-
YUV168.3982.63143.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 88 (34.77% from 255) = 19.51%
R=42.13%
G=38.36%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901738800.090.540.255043.9754.51
HexBEAD58093619322c37
Octal2762551300116631625467
Binary101111101010110110110000100111011011001110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD58; }

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

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

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

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

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

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

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

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