#BEA754

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

Shades of Sundance #BEA754

Tints of Sundance #BEA754

Color information

#BEA754 (or 0xBEA754) is unknown color: approx Sundance. HEX triplet: BE, A7 and 54. RGB value is (190,167,84). Sum of RGB (Red+Green+Blue) = 190+167+84=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA754 is #4158AB. Grayscale: #A4A4A4. Windows color (decimal): -4282540 or 5547966. OLE color: 5547966.

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

Color convert

RGB19016784-
CMYK00.120.560.25
HSL46.98º44.92%53.73%-
HSV(B)46.98º55.79%74.51%-
XYZ36.6539.2214.03-
YUV164.4282.62146.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=43.08%
G=37.87%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901678400.120.560.2546.9844.9253.73
HexBEA7540C38192f2d36
Octal2762471240147031575566
Binary101111101010011110101000110011100011001101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA754; }

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

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

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

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

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

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

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

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