Html Css Color HEX #BEA550 Sundance

📋 copy color: '#BEA550'

red 190 ◦ green 165 ◦ blue 80

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

Shades of Sundance #BEA550

Tints of Sundance #BEA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 43.68%
G = 37.93%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BEA550 (or 0xBEA550) is known color: Sundance. HEX triplet: BE, A5 and 50. RGB value is (190,165,80). Sum of RGB (Red+Green+Blue) = 190+165+80=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA550 is #415AAF. Grayscale: #A3A3A3. Windows color (decimal): -4283056 or 5285310. OLE color: 5285310.

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

Color convert

RGB 190 165 80 -
CMYK 0 0.13 0.58 0.25
HSL 46.36º 0.46% 0.53% -
HSV(B) 46.36º 0.58% 0.75% -
XYZ 36.14 38.44 13.1 -
YUV 162.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 190 165 80 0 0.13 0.58 0.25 46.36 0.46 0.53
Hex BE A5 50 0 D 3A 19 2E 2E 35
Octal 276 245 120 0 15 72 31 56 56 65
Binary 10111110 10100101 1010000 0 1101 111010 11001 101110 101110 110101

Color Harmonies of #BEA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA550

Black with #BEA550

Text Example


Text Example

White with #BEA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA550; }

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

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

background-color css

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

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

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

border-color css

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

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

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