Html Css Color HEX #BEA054 Sundance

📋 copy color: '#BEA054'

red 190 ◦ green 160 ◦ blue 84

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

Shades of Sundance #BEA054

Tints of Sundance #BEA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.35%

R = 43.78%
G = 36.87%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BEA054 (or 0xBEA054) is known color: Sundance. HEX triplet: BE, A0 and 54. RGB value is (190,160,84). Sum of RGB (Red+Green+Blue) = 190+160+84=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA054 is #415FAB. Grayscale: #A0A0A0. Windows color (decimal): -4284332 or 5546174. OLE color: 5546174.

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

Color convert

RGB 190 160 84 -
CMYK 0 0.16 0.56 0.25
HSL 43.02º 0.45% 0.54% -
HSV(B) 43.02º 0.56% 0.75% -
XYZ 35.41 36.73 13.61 -
YUV 160.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 190 160 84 0 0.16 0.56 0.25 43.02 0.45 0.54
Hex BE A0 54 0 10 38 19 2B 2D 36
Octal 276 240 124 0 20 70 31 53 55 66
Binary 10111110 10100000 1010100 0 10000 111000 11001 101011 101101 110110

Color Harmonies of #BEA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA054

Black with #BEA054

Text Example


Text Example

White with #BEA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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