#BEAD5E

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

Shades of Gimblet #BEAD5E

Tints of Gimblet #BEAD5E

Color information

#BEAD5E (or 0xBEAD5E) is unknown color: approx Gimblet. HEX triplet: BE, AD and 5E. RGB value is (190,173,94). Sum of RGB (Red+Green+Blue) = 190+173+94=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD5E is #4152A1. Grayscale: #A9A9A9. Windows color (decimal): -4280994 or 6204862. OLE color: 6204862.

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

Color convert

RGB19017394-
CMYK00.090.510.25
HSL49.38º42.48%55.69%-
HSV(B)49.38º50.53%74.51%-
XYZ38.241.6416.61-
YUV169.0885.63142.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=41.58%
G=37.86%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901739400.090.510.2549.3842.4855.69
HexBEAD5E093319312a38
Octal2762551360116331615270
Binary101111101010110110111100100111001111001110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD5E; }

 p { color: rgb(190,173,94); }

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

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

 a { background-color: rgb(190,173,94); }

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

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

 span { border-color: rgb(190,173,94); }

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