#BEAD57

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

Shades of Gimblet #BEAD57

Tints of Gimblet #BEAD57

Color information

#BEAD57 (or 0xBEAD57) is unknown color: approx Gimblet. HEX triplet: BE, AD and 57. RGB value is (190,173,87). Sum of RGB (Red+Green+Blue) = 190+173+87=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD57 is #4152A8. Grayscale: #A8A8A8. Windows color (decimal): -4281001 or 5746110. OLE color: 5746110.

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

Color convert

RGB19017387-
CMYK00.090.540.25
HSL50.1º44.21%54.31%-
HSV(B)50.1º54.21%74.51%-
XYZ37.941.5215.03-
YUV168.2882.13143.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 87 (34.38% from 255) = 19.33%
R=42.22%
G=38.44%
B=19.33%

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
Decimal1901738700.090.540.2550.144.2154.31
HexBEAD57093619322c36
Octal2762551270116631625466
Binary101111101010110110101110100111011011001110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD57; }

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

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

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

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

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

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

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

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