#BEAC4A

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

Shades of Sundance #BEAC4A

Tints of Sundance #BEAC4A

Color information

#BEAC4A (or 0xBEAC4A) is unknown color: approx Sundance. HEX triplet: BE, AC and 4A. RGB value is (190,172,74). Sum of RGB (Red+Green+Blue) = 190+172+74=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC4A is #4153B5. Grayscale: #A6A6A6. Windows color (decimal): -4281270 or 4893886. OLE color: 4893886.

HSL color Cylindrical-coordinate representation of color #BEAC4A: hue angle of 50.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEAC4A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19017274-
CMYK00.090.610.25
HSL50.69º47.15%51.76%-
HSV(B)50.69º61.05%74.51%-
XYZ37.2240.9512.42-
YUV166.2175.96144.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=43.58%
G=39.45%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901727400.090.610.2550.6947.1551.76
HexBEAC4A093D19332f34
Octal2762541120117531635764
Binary101111101010110010010100100111110111001110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC4A; }

 p { color: rgb(190,172,74); }

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

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

 a { background-color: rgb(190,172,74); }

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

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

 span { border-color: rgb(190,172,74); }

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