#BEAF59

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

Shades of Gimblet #BEAF59

Tints of Gimblet #BEAF59

Color information

#BEAF59 (or 0xBEAF59) is unknown color: approx Gimblet. HEX triplet: BE, AF and 59. RGB value is (190,175,89). Sum of RGB (Red+Green+Blue) = 190+175+89=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF59 is #4150A6. Grayscale: #AAAAAA. Windows color (decimal): -4280487 or 5877694. OLE color: 5877694.

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

Color convert

RGB19017589-
CMYK00.080.530.25
HSL51.09º43.72%54.71%-
HSV(B)51.09º53.16%74.51%-
XYZ38.3742.3315.6-
YUV169.6882.47142.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 89 (35.16% from 255) = 19.60%
R=41.85%
G=38.55%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901758900.080.530.2551.0943.7254.71
HexBEAF59083519332c37
Octal2762571310106531635467
Binary101111101010111110110010100011010111001110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF59; }

 p { color: rgb(190,175,89); }

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

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

 a { background-color: rgb(190,175,89); }

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

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

 span { border-color: rgb(190,175,89); }

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