#BEAB6A

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

Shades of Gimblet #BEAB6A

Tints of Gimblet #BEAB6A

Color information

#BEAB6A (or 0xBEAB6A) is unknown color: approx Gimblet. HEX triplet: BE, AB and 6A. RGB value is (190,171,106). Sum of RGB (Red+Green+Blue) = 190+171+106=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB6A is #415495. Grayscale: #A9A9A9. Windows color (decimal): -4281494 or 6990782. OLE color: 6990782.

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

Color convert

RGB190171106-
CMYK00.100.440.25
HSL46.43º39.25%58.04%-
HSV(B)46.43º44.21%74.51%-
XYZ38.441.1119.55-
YUV169.2792.29142.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=40.69%
G=36.62%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017110600.100.440.2546.4339.2558.04
HexBEAB6A0A2C192e273a
Octal2762531520125431564772
Binary101111101010101111010100101010110011001101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB6A; }

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

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

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

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

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

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

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

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