Html Css Color HEX #BEAA55 Sundance

📋 copy color: '#BEAA55'

red 190 ◦ green 170 ◦ blue 85

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

Shades of Sundance #BEAA55

Tints of Sundance #BEAA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.1%

R = 42.7%
G = 38.2%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEAA55 (or 0xBEAA55) is known color: Sundance. HEX triplet: BE, AA and 55. RGB value is (190,170,85). Sum of RGB (Red+Green+Blue) = 190+170+85=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA55 is #4155AA. Grayscale: #A6A6A6. Windows color (decimal): -4281771 or 5614270. OLE color: 5614270.

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

Color convert

RGB 190 170 85 -
CMYK 0 0.11 0.55 0.25
HSL 48.57º 0.45% 0.54% -
HSV(B) 48.57º 0.55% 0.75% -
XYZ 37.25 40.35 14.42 -
YUV 166.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 190 170 85 0 0.11 0.55 0.25 48.57 0.45 0.54
Hex BE AA 55 0 B 37 19 31 2D 36
Octal 276 252 125 0 13 67 31 61 55 66
Binary 10111110 10101010 1010101 0 1011 110111 11001 110001 101101 110110

Color Harmonies of #BEAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA55

Black with #BEAA55

Text Example


Text Example

White with #BEAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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