#BEAE4B

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

Shades of Sundance #BEAE4B

Tints of Sundance #BEAE4B

Color information

#BEAE4B (or 0xBEAE4B) is unknown color: approx Sundance. HEX triplet: BE, AE and 4B. RGB value is (190,174,75). Sum of RGB (Red+Green+Blue) = 190+174+75=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE4B is #4151B4. Grayscale: #A7A7A7. Windows color (decimal): -4280757 or 4959934. OLE color: 4959934.

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

Color convert

RGB19017475-
CMYK00.080.610.25
HSL51.65º46.94%51.96%-
HSV(B)51.65º60.53%74.51%-
XYZ37.6441.7312.73-
YUV167.575.8144.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 75 (29.69% from 255) = 17.08%
R=43.28%
G=39.64%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901747500.080.610.2551.6546.9451.96
HexBEAE4B083D19342f34
Octal2762561130107531645764
Binary101111101010111010010110100011110111001110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE4B; }

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

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

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

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

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

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

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

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