#BEA54B

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

Shades of Sundance #BEA54B

Tints of Sundance #BEA54B

Color information

#BEA54B (or 0xBEA54B) is unknown color: approx Sundance. HEX triplet: BE, A5 and 4B. RGB value is (190,165,75). Sum of RGB (Red+Green+Blue) = 190+165+75=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA54B is #415AB4. Grayscale: #A2A2A2. Windows color (decimal): -4283061 or 4957630. OLE color: 4957630.

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

Color convert

RGB19016575-
CMYK00.130.610.25
HSL46.96º46.94%51.96%-
HSV(B)46.96º60.53%74.51%-
XYZ35.9638.3712.17-
YUV162.2278.78147.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=44.19%
G=38.37%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901657500.130.610.2546.9646.9451.96
HexBEA54B0D3D192f2f34
Octal2762451130157531575764
Binary101111101010010110010110110111110111001101111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA54B; }

 p { color: rgb(190,165,75); }

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

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

 a { background-color: rgb(190,165,75); }

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

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

 span { border-color: rgb(190,165,75); }

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