#BEAB5D

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

Shades of Gimblet #BEAB5D

Tints of Gimblet #BEAB5D

Color information

#BEAB5D (or 0xBEAB5D) is unknown color: approx Gimblet. HEX triplet: BE, AB and 5D. RGB value is (190,171,93). Sum of RGB (Red+Green+Blue) = 190+171+93=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB5D is #4154A2. Grayscale: #A8A8A8. Windows color (decimal): -4281507 or 6138814. OLE color: 6138814.

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

Color convert

RGB19017193-
CMYK00.100.510.25
HSL48.25º42.73%55.49%-
HSV(B)48.25º51.05%74.51%-
XYZ37.7740.8616.25-
YUV167.7985.79143.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=41.85%
G=37.67%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901719300.100.510.2548.2542.7355.49
HexBEAB5D0A3319302b37
Octal2762531350126331605367
Binary101111101010101110111010101011001111001110000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB5D; }

 p { color: rgb(190,171,93); }

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

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

 a { background-color: rgb(190,171,93); }

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

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

 span { border-color: rgb(190,171,93); }

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