#BEA94C

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

Shades of Sundance #BEA94C

Tints of Sundance #BEA94C

Color information

#BEA94C (or 0xBEA94C) is unknown color: approx Sundance. HEX triplet: BE, A9 and 4C. RGB value is (190,169,76). Sum of RGB (Red+Green+Blue) = 190+169+76=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA94C is #4156B3. Grayscale: #A5A5A5. Windows color (decimal): -4282036 or 5024190. OLE color: 5024190.

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

Color convert

RGB19016976-
CMYK00.110.600.25
HSL48.95º46.72%52.16%-
HSV(B)48.95º60%74.51%-
XYZ36.7339.8412.59-
YUV164.6877.96146.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 76 (30.08% from 255) = 17.47%
R=43.68%
G=38.85%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901697600.110.600.2548.9546.7252.16
HexBEA94C0B3C19312f34
Octal2762511140137431615764
Binary101111101010100110011000101111110011001110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA94C; }

 p { color: rgb(190,169,76); }

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

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

 a { background-color: rgb(190,169,76); }

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

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

 span { border-color: rgb(190,169,76); }

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