Html Css Color HEX #BEA650 Sundance

📋 copy color: '#BEA650'

red 190 ◦ green 166 ◦ blue 80

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

Shades of Sundance #BEA650

Tints of Sundance #BEA650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 43.58%
G = 38.07%
B = 18.35%

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

#BEA650 (or 0xBEA650) is known color: Sundance. HEX triplet: BE, A6 and 50. RGB value is (190,166,80). Sum of RGB (Red+Green+Blue) = 190+166+80=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA650 is #4159AF. Grayscale: #A3A3A3. Windows color (decimal): -4282800 or 5285566. OLE color: 5285566.

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

Color convert

RGB 190 166 80 -
CMYK 0 0.13 0.58 0.25
HSL 46.91º 0.46% 0.53% -
HSV(B) 46.91º 0.58% 0.75% -
XYZ 36.32 38.8 13.16 -
YUV 163.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 190 166 80 0 0.13 0.58 0.25 46.91 0.46 0.53
Hex BE A6 50 0 D 3A 19 2F 2E 35
Octal 276 246 120 0 15 72 31 57 56 65
Binary 10111110 10100110 1010000 0 1101 111010 11001 101111 101110 110101

Color Harmonies of #BEA650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA650

Black with #BEA650

Text Example


Text Example

White with #BEA650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA650; }

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

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

background-color css

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

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

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

border-color css

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

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

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