#BEAB6B

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

Shades of Gimblet #BEAB6B

Tints of Gimblet #BEAB6B

Color information

#BEAB6B (or 0xBEAB6B) is unknown color: approx Gimblet. HEX triplet: BE, AB and 6B. RGB value is (190,171,107). Sum of RGB (Red+Green+Blue) = 190+171+107=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB6B is #415494. Grayscale: #A9A9A9. Windows color (decimal): -4281493 or 7056318. OLE color: 7056318.

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

Color convert

RGB190171107-
CMYK00.100.440.25
HSL46.27º38.97%58.24%-
HSV(B)46.27º43.68%74.51%-
XYZ38.4541.1319.82-
YUV169.3892.79142.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=40.60%
G=36.54%
B=22.86%

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
Decimal19017110700.100.440.2546.2738.9758.24
HexBEAB6B0A2C192e273a
Octal2762531530125431564772
Binary101111101010101111010110101010110011001101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB6B; }

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

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

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

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

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

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

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

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