#BEAC5F

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

Shades of Gimblet #BEAC5F

Tints of Gimblet #BEAC5F

Color information

#BEAC5F (or 0xBEAC5F) is unknown color: approx Gimblet. HEX triplet: BE, AC and 5F. RGB value is (190,172,95). Sum of RGB (Red+Green+Blue) = 190+172+95=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC5F is #4153A0. Grayscale: #A8A8A8. Windows color (decimal): -4281249 or 6270142. OLE color: 6270142.

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

Color convert

RGB19017295-
CMYK00.090.50.25
HSL48.63º42.22%55.88%-
HSV(B)48.63º50%74.51%-
XYZ38.0541.2816.79-
YUV168.686.46143.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=41.58%
G=37.64%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901729500.090.50.2548.6342.2255.88
HexBEAC5F093219312a38
Octal2762541370116231615270
Binary101111101010110010111110100111001011001110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC5F; }

 p { color: rgb(190,172,95); }

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

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

 a { background-color: rgb(190,172,95); }

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

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

 span { border-color: rgb(190,172,95); }

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