Html Css Color HEX #BEAD55 Sundance

📋 copy color: '#BEAD55'

red 190 ◦ green 173 ◦ blue 85

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

Shades of Sundance #BEAD55

Tints of Sundance #BEAD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.62%

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

R = 42.41%
G = 38.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEAD55 (or 0xBEAD55) is known color: Sundance. HEX triplet: BE, AD and 55. RGB value is (190,173,85). Sum of RGB (Red+Green+Blue) = 190+173+85=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD55 is #4152AA. Grayscale: #A8A8A8. Windows color (decimal): -4281003 or 5615038. OLE color: 5615038.

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

Color convert

RGB 190 173 85 -
CMYK 0 0.09 0.55 0.25
HSL 50.29º 0.45% 0.54% -
HSV(B) 50.29º 0.55% 0.75% -
XYZ 37.82 41.49 14.61 -
YUV 168.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 190 173 85 0 0.09 0.55 0.25 50.29 0.45 0.54
Hex BE AD 55 0 9 37 19 32 2D 36
Octal 276 255 125 0 11 67 31 62 55 66
Binary 10111110 10101101 1010101 0 1001 110111 11001 110010 101101 110110

Color Harmonies of #BEAD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD55

Black with #BEAD55

Text Example


Text Example

White with #BEAD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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