#BEAB6D

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

Shades of Gimblet #BEAB6D

Tints of Gimblet #BEAB6D

Color information

#BEAB6D (or 0xBEAB6D) is unknown color: approx Gimblet. HEX triplet: BE, AB and 6D. RGB value is (190,171,109). Sum of RGB (Red+Green+Blue) = 190+171+109=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB6D is #415492. Grayscale: #A9A9A9. Windows color (decimal): -4281491 or 7187390. OLE color: 7187390.

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

Color convert

RGB190171109-
CMYK00.100.430.25
HSL45.93º38.39%58.63%-
HSV(B)45.93º42.63%74.51%-
XYZ38.5641.1820.38-
YUV169.6193.79142.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=40.43%
G=36.38%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017110900.100.430.2545.9338.3958.63
HexBEAB6D0A2B192e263b
Octal2762531550125331564673
Binary101111101010101111011010101010101111001101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB6D; }

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

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

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

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

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

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

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

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