#BEAF60

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

Shades of Gimblet #BEAF60

Tints of Gimblet #BEAF60

Color information

#BEAF60 (or 0xBEAF60) is unknown color: approx Gimblet. HEX triplet: BE, AF and 60. RGB value is (190,175,96). Sum of RGB (Red+Green+Blue) = 190+175+96=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF60 is #41509F. Grayscale: #AAAAAA. Windows color (decimal): -4280480 or 6336446. OLE color: 6336446.

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

Color convert

RGB19017596-
CMYK00.080.490.25
HSL50.43º41.96%56.08%-
HSV(B)50.43º49.47%74.51%-
XYZ38.6842.4517.22-
YUV170.4885.97141.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=41.21%
G=37.96%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901759600.080.490.2550.4341.9656.08
HexBEAF60083119322a38
Octal2762571400106131625270
Binary101111101010111111000000100011000111001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF60; }

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

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

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

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

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

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

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

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