#BEAB62

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

Shades of Gimblet #BEAB62

Tints of Gimblet #BEAB62

Color information

#BEAB62 (or 0xBEAB62) is unknown color: approx Gimblet. HEX triplet: BE, AB and 62. RGB value is (190,171,98). Sum of RGB (Red+Green+Blue) = 190+171+98=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB62 is #41549D. Grayscale: #A8A8A8. Windows color (decimal): -4281502 or 6466494. OLE color: 6466494.

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

Color convert

RGB19017198-
CMYK00.100.480.25
HSL47.61º41.44%56.47%-
HSV(B)47.61º48.42%74.51%-
XYZ3840.9517.46-
YUV168.3688.29143.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=41.39%
G=37.25%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901719800.100.480.2547.6141.4456.47
HexBEAB620A3019302938
Octal2762531420126031605170
Binary101111101010101111000100101011000011001110000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB62; }

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

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

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

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

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

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

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

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