Html Css Color HEX #BEAC50 Sundance

📋 copy color: '#BEAC50'

red 190 ◦ green 172 ◦ blue 80

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

Shades of Sundance #BEAC50

Tints of Sundance #BEAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

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

R = 42.99%
G = 38.91%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEAC50 (or 0xBEAC50) is known color: Sundance. HEX triplet: BE, AC and 50. RGB value is (190,172,80). Sum of RGB (Red+Green+Blue) = 190+172+80=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC50 is #4153AF. Grayscale: #A7A7A7. Windows color (decimal): -4281264 or 5287102. OLE color: 5287102.

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

Color convert

RGB 190 172 80 -
CMYK 0 0.09 0.58 0.25
HSL 50.18º 0.46% 0.53% -
HSV(B) 50.18º 0.58% 0.75% -
XYZ 37.44 41.03 13.54 -
YUV 166.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 190 172 80 0 0.09 0.58 0.25 50.18 0.46 0.53
Hex BE AC 50 0 9 3A 19 32 2E 35
Octal 276 254 120 0 11 72 31 62 56 65
Binary 10111110 10101100 1010000 0 1001 111010 11001 110010 101110 110101

Color Harmonies of #BEAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC50

Black with #BEAC50

Text Example


Text Example

White with #BEAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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