#BEAF5C

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

Shades of Gimblet #BEAF5C

Tints of Gimblet #BEAF5C

Color information

#BEAF5C (or 0xBEAF5C) is unknown color: approx Gimblet. HEX triplet: BE, AF and 5C. RGB value is (190,175,92). Sum of RGB (Red+Green+Blue) = 190+175+92=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF5C is #4150A3. Grayscale: #AAAAAA. Windows color (decimal): -4280484 or 6074302. OLE color: 6074302.

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

Color convert

RGB19017592-
CMYK00.080.520.25
HSL50.82º42.98%55.29%-
HSV(B)50.82º51.58%74.51%-
XYZ38.542.3816.28-
YUV170.0283.97142.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=41.58%
G=38.29%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901759200.080.520.2550.8242.9855.29
HexBEAF5C083419332b37
Octal2762571340106431635367
Binary101111101010111110111000100011010011001110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF5C; }

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

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

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

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

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

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

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

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