#BEAF56

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

Shades of Gimblet #BEAF56

Tints of Gimblet #BEAF56

Color information

#BEAF56 (or 0xBEAF56) is unknown color: approx Gimblet. HEX triplet: BE, AF and 56. RGB value is (190,175,86). Sum of RGB (Red+Green+Blue) = 190+175+86=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF56 is #4150A9. Grayscale: #A9A9A9. Windows color (decimal): -4280490 or 5681086. OLE color: 5681086.

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

Color convert

RGB19017586-
CMYK00.080.550.25
HSL51.35º44.44%54.12%-
HSV(B)51.35º54.74%74.51%-
XYZ38.2442.2814.95-
YUV169.3480.97142.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=42.13%
G=38.80%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901758600.080.550.2551.3544.4454.12
HexBEAF56083719332c36
Octal2762571260106731635466
Binary101111101010111110101100100011011111001110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF56; }

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

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

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

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

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

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

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

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