#BEAA6A

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

Shades of Gimblet #BEAA6A

Tints of Gimblet #BEAA6A

Color information

#BEAA6A (or 0xBEAA6A) is unknown color: approx Gimblet. HEX triplet: BE, AA and 6A. RGB value is (190,170,106). Sum of RGB (Red+Green+Blue) = 190+170+106=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA6A is #415595. Grayscale: #A8A8A8. Windows color (decimal): -4281750 or 6990526. OLE color: 6990526.

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

Color convert

RGB190170106-
CMYK00.110.440.25
HSL45.71º39.25%58.04%-
HSV(B)45.71º44.21%74.51%-
XYZ38.2140.7419.48-
YUV168.6892.63143.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=40.77%
G=36.48%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017010600.110.440.2545.7139.2558.04
HexBEAA6A0B2C192e273a
Octal2762521520135431564772
Binary101111101010101011010100101110110011001101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA6A; }

 p { color: rgb(190,170,106); }

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

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

 a { background-color: rgb(190,170,106); }

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

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

 span { border-color: rgb(190,170,106); }

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