Html Css Color HEX #BEA050 Sundance

📋 copy color: '#BEA050'

red 190 ◦ green 160 ◦ blue 80

#BEA050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BEA050

Tints of Sundance #BEA050

RGB

 RED value IS 190 (74.61% from 255) = 44.19%

 GREEN value IS 160 (62.89% from 255) = 37.21%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 44.19%
G = 37.21%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEA050 (or 0xBEA050) is known color: Sundance. HEX triplet: BE, A0 and 50. RGB value is (190,160,80). Sum of RGB (Red+Green+Blue) = 190+160+80=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA050 is #415FAF. Grayscale: #A0A0A0. Windows color (decimal): -4284336 or 5284030. OLE color: 5284030.

HSL color Cylindrical-coordinate representation of color #BEA050: hue angle of 43.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEA050 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 80 -
CMYK 0 0.16 0.58 0.25
HSL 43.64º 0.46% 0.53% -
HSV(B) 43.64º 0.58% 0.75% -
XYZ 35.25 36.67 12.81 -
YUV 159.85 82.94 149.5 -
System Red Green Blue C M Y K H S L
Decimal 190 160 80 0 0.16 0.58 0.25 43.64 0.46 0.53
Hex BE A0 50 0 10 3A 19 2C 2E 35
Octal 276 240 120 0 20 72 31 54 56 65
Binary 10111110 10100000 1010000 0 10000 111010 11001 101100 101110 110101

Color Harmonies of #BEA050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA050

Black with #BEA050

Text Example


Text Example

White with #BEA050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA050; }

 p { color: rgb(190,160,80); }

 H1.HeaderClassName
 {
   color: #BEA050;
 }
 .AnyTagClassName
 {
   color: #BEA050;
 }
</style>

background-color css

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

 a { background-color: rgb(190,160,80); }

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

border-color css

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

 span { border-color: rgb(190,160,80); }

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