Html Css Color HEX #BEA04F Sundance

📋 copy color: '#BEA04F'

red 190 ◦ green 160 ◦ blue 79

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

Shades of Sundance #BEA04F

Tints of Sundance #BEA04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 44.29%
G = 37.3%
B = 18.41%

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

#BEA04F (or 0xBEA04F) is known color: Sundance. HEX triplet: BE, A0 and 4F. RGB value is (190,160,79). Sum of RGB (Red+Green+Blue) = 190+160+79=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA04F is #415FB0. Grayscale: #A0A0A0. Windows color (decimal): -4284337 or 5218494. OLE color: 5218494.

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

Color convert

RGB 190 160 79 -
CMYK 0 0.16 0.58 0.25
HSL 43.78º 0.46% 0.53% -
HSV(B) 43.78º 0.58% 0.75% -
XYZ 35.22 36.65 12.62 -
YUV 159.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 190 160 79 0 0.16 0.58 0.25 43.78 0.46 0.53
Hex BE A0 4F 0 10 3A 19 2C 2E 35
Octal 276 240 117 0 20 72 31 54 56 65
Binary 10111110 10100000 1001111 0 10000 111010 11001 101100 101110 110101

Color Harmonies of #BEA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA04F

Black with #BEA04F

Text Example


Text Example

White with #BEA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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