#BEAB69

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

Shades of Gimblet #BEAB69

Tints of Gimblet #BEAB69

Color information

#BEAB69 (or 0xBEAB69) is unknown color: approx Gimblet. HEX triplet: BE, AB and 69. RGB value is (190,171,105). Sum of RGB (Red+Green+Blue) = 190+171+105=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB69 is #415496. Grayscale: #A9A9A9. Windows color (decimal): -4281495 or 6925246. OLE color: 6925246.

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

Color convert

RGB190171105-
CMYK00.100.450.25
HSL46.59º39.53%57.84%-
HSV(B)46.59º44.74%74.51%-
XYZ38.3541.0919.28-
YUV169.1691.79142.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=40.77%
G=36.70%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017110500.100.450.2546.5939.5357.84
HexBEAB690A2D192f283a
Octal2762531510125531575072
Binary101111101010101111010010101010110111001101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB69; }

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

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

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

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

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

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

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

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