#BEAF69

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

Shades of Gimblet #BEAF69

Tints of Gimblet #BEAF69

Color information

#BEAF69 (or 0xBEAF69) is unknown color: approx Gimblet. HEX triplet: BE, AF and 69. RGB value is (190,175,105). Sum of RGB (Red+Green+Blue) = 190+175+105=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF69 is #415096. Grayscale: #ABABAB. Windows color (decimal): -4280471 or 6926270. OLE color: 6926270.

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

Color convert

RGB190175105-
CMYK00.080.450.25
HSL49.41º39.53%57.84%-
HSV(B)49.41º44.74%74.51%-
XYZ39.1142.6319.53-
YUV171.590.47141.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=40.43%
G=37.23%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017510500.080.450.2549.4139.5357.84
HexBEAF69082D1931283a
Octal2762571510105531615072
Binary101111101010111111010010100010110111001110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF69; }

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

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

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

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

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

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

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

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