Html Css Color HEX #BEAD56 Sundance

📋 copy color: '#BEAD56'

red 190 ◦ green 173 ◦ blue 86

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

Shades of Sundance #BEAD56

Tints of Sundance #BEAD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 42.32%
G = 38.53%
B = 19.15%

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

#BEAD56 (or 0xBEAD56) is known color: Sundance. HEX triplet: BE, AD and 56. RGB value is (190,173,86). Sum of RGB (Red+Green+Blue) = 190+173+86=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD56 is #4152A9. Grayscale: #A8A8A8. Windows color (decimal): -4281002 or 5680574. OLE color: 5680574.

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

Color convert

RGB 190 173 86 -
CMYK 0 0.09 0.55 0.25
HSL 50.19º 0.44% 0.54% -
HSV(B) 50.19º 0.55% 0.75% -
XYZ 37.86 41.51 14.82 -
YUV 168.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 190 173 86 0 0.09 0.55 0.25 50.19 0.44 0.54
Hex BE AD 56 0 9 37 19 32 2C 36
Octal 276 255 126 0 11 67 31 62 54 66
Binary 10111110 10101101 1010110 0 1001 110111 11001 110010 101100 110110

Color Harmonies of #BEAD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD56

Black with #BEAD56

Text Example


Text Example

White with #BEAD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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