#BEAF57

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

Shades of Gimblet #BEAF57

Tints of Gimblet #BEAF57

Color information

#BEAF57 (or 0xBEAF57) is unknown color: approx Gimblet. HEX triplet: BE, AF and 57. RGB value is (190,175,87). Sum of RGB (Red+Green+Blue) = 190+175+87=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF57 is #4150A8. Grayscale: #A9A9A9. Windows color (decimal): -4280489 or 5746622. OLE color: 5746622.

HSL color Cylindrical-coordinate representation of color #BEAF57: hue angle of 51.26º 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 #BEAF57 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19017587-
CMYK00.080.540.25
HSL51.26º44.21%54.31%-
HSV(B)51.26º54.21%74.51%-
XYZ38.2942.315.16-
YUV169.4581.47142.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=42.04%
G=38.72%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901758700.080.540.2551.2644.2154.31
HexBEAF57083619332c36
Octal2762571270106631635466
Binary101111101010111110101110100011011011001110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF57; }

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

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

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

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

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

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

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

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