#BEA14D

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

Shades of Sundance #BEA14D

Tints of Sundance #BEA14D

Color information

#BEA14D (or 0xBEA14D) is unknown color: approx Sundance. HEX triplet: BE, A1 and 4D. RGB value is (190,161,77). Sum of RGB (Red+Green+Blue) = 190+161+77=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA14D is #415EB2. Grayscale: #A0A0A0. Windows color (decimal): -4284083 or 5087678. OLE color: 5087678.

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

Color convert

RGB19016177-
CMYK00.150.590.25
HSL44.6º46.5%52.35%-
HSV(B)44.6º59.47%74.51%-
XYZ35.3236.9712.3-
YUV160.0981.11149.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 77 (30.47% from 255) = 17.99%
R=44.39%
G=37.62%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901617700.150.590.2544.646.552.35
HexBEA14D0F3B192d2f34
Octal2762411150177331555764
Binary101111101010000110011010111111101111001101101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA14D; }

 p { color: rgb(190,161,77); }

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

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

 a { background-color: rgb(190,161,77); }

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

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

 span { border-color: rgb(190,161,77); }

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