Html Css Color HEX #BEAA4E Sundance

📋 copy color: '#BEAA4E'

red 190 ◦ green 170 ◦ blue 78

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

Shades of Sundance #BEAA4E

Tints of Sundance #BEAA4E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 43.38%
G = 38.81%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEAA4E (or 0xBEAA4E) is known color: Sundance. HEX triplet: BE, AA and 4E. RGB value is (190,170,78). Sum of RGB (Red+Green+Blue) = 190+170+78=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA4E is #4155B1. Grayscale: #A5A5A5. Windows color (decimal): -4281778 or 5155518. OLE color: 5155518.

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

Color convert

RGB 190 170 78 -
CMYK 0 0.11 0.59 0.25
HSL 49.29º 0.46% 0.53% -
HSV(B) 49.29º 0.59% 0.75% -
XYZ 36.99 40.25 13.03 -
YUV 165.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 190 170 78 0 0.11 0.59 0.25 49.29 0.46 0.53
Hex BE AA 4E 0 B 3B 19 31 2E 35
Octal 276 252 116 0 13 73 31 61 56 65
Binary 10111110 10101010 1001110 0 1011 111011 11001 110001 101110 110101

Color Harmonies of #BEAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA4E

Black with #BEAA4E

Text Example


Text Example

White with #BEAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA4E; }

 p { color: rgb(190,170,78); }

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

background-color css

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

 a { background-color: rgb(190,170,78); }

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

border-color css

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

 span { border-color: rgb(190,170,78); }

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