#BEA14C

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

Shades of Sundance #BEA14C

Tints of Sundance #BEA14C

Color information

#BEA14C (or 0xBEA14C) is unknown color: approx Sundance. HEX triplet: BE, A1 and 4C. RGB value is (190,161,76). Sum of RGB (Red+Green+Blue) = 190+161+76=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA14C is #415EB3. Grayscale: #A0A0A0. Windows color (decimal): -4284084 or 5022142. OLE color: 5022142.

HSL color Cylindrical-coordinate representation of color #BEA14C: hue angle of 44.74º 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 #BEA14C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19016176-
CMYK00.150.600.25
HSL44.74º46.72%52.16%-
HSV(B)44.74º60%74.51%-
XYZ35.2836.9612.11-
YUV159.9880.61149.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 76 (30.08% from 255) = 17.80%
R=44.50%
G=37.70%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901617600.150.600.2544.7446.7252.16
HexBEA14C0F3C192d2f34
Octal2762411140177431555764
Binary101111101010000110011000111111110011001101101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA14C; }

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

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

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

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

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

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

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

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