#BEA74E

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

Shades of Sundance #BEA74E

Tints of Sundance #BEA74E

Color information

#BEA74E (or 0xBEA74E) is unknown color: approx Sundance. HEX triplet: BE, A7 and 4E. RGB value is (190,167,78). Sum of RGB (Red+Green+Blue) = 190+167+78=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA74E is #4158B1. Grayscale: #A4A4A4. Windows color (decimal): -4282546 or 5154750. OLE color: 5154750.

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

Color convert

RGB19016778-
CMYK00.120.590.25
HSL47.68º46.28%52.55%-
HSV(B)47.68º58.95%74.51%-
XYZ36.4339.1312.84-
YUV163.7379.62146.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=43.68%
G=38.39%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901677800.120.590.2547.6846.2852.55
HexBEA74E0C3B19302e35
Octal2762471160147331605665
Binary101111101010011110011100110011101111001110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA74E; }

 p { color: rgb(190,167,78); }

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

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

 a { background-color: rgb(190,167,78); }

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

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

 span { border-color: rgb(190,167,78); }

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