#BEAB4F

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

Shades of Sundance #BEAB4F

Tints of Sundance #BEAB4F

Color information

#BEAB4F (or 0xBEAB4F) is unknown color: approx Sundance. HEX triplet: BE, AB and 4F. RGB value is (190,171,79). Sum of RGB (Red+Green+Blue) = 190+171+79=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB4F is #4154B0. Grayscale: #A6A6A6. Windows color (decimal): -4281521 or 5221310. OLE color: 5221310.

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

Color convert

RGB19017179-
CMYK00.100.580.25
HSL49.73º46.06%52.75%-
HSV(B)49.73º58.42%74.51%-
XYZ37.2140.6413.28-
YUV166.1978.79144.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=43.18%
G=38.86%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901717900.100.580.2549.7346.0652.75
HexBEAB4F0A3A19322e35
Octal2762531170127231625665
Binary101111101010101110011110101011101011001110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB4F; }

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

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

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

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

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

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

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

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