#BEAB68

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

Shades of Gimblet #BEAB68

Tints of Gimblet #BEAB68

Color information

#BEAB68 (or 0xBEAB68) is unknown color: approx Gimblet. HEX triplet: BE, AB and 68. RGB value is (190,171,104). Sum of RGB (Red+Green+Blue) = 190+171+104=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB68 is #415497. Grayscale: #A9A9A9. Windows color (decimal): -4281496 or 6859710. OLE color: 6859710.

HSL color Cylindrical-coordinate representation of color #BEAB68: hue angle of 46.74º 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 #BEAB68 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB190171104-
CMYK00.100.450.25
HSL46.74º39.81%57.65%-
HSV(B)46.74º45.26%74.51%-
XYZ38.341.0719.01-
YUV169.0491.29142.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=40.86%
G=36.77%
B=22.37%

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
Decimal19017110400.100.450.2546.7439.8157.65
HexBEAB680A2D192f283a
Octal2762531500125531575072
Binary101111101010101111010000101010110111001101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB68; }

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

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

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

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

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

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

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

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