Html Css Color HEX #BEA656 Sundance

📋 copy color: '#BEA656'

red 190 ◦ green 166 ◦ blue 86

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

Shades of Sundance #BEA656

Tints of Sundance #BEA656

RGB

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

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

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

R = 42.99%
G = 37.56%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEA656 (or 0xBEA656) is known color: Sundance. HEX triplet: BE, A6 and 56. RGB value is (190,166,86). Sum of RGB (Red+Green+Blue) = 190+166+86=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA656 is #4159A9. Grayscale: #A4A4A4. Windows color (decimal): -4282794 or 5678782. OLE color: 5678782.

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

Color convert

RGB 190 166 86 -
CMYK 0 0.13 0.55 0.25
HSL 46.15º 0.44% 0.54% -
HSV(B) 46.15º 0.55% 0.75% -
XYZ 36.55 38.89 14.38 -
YUV 164.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 190 166 86 0 0.13 0.55 0.25 46.15 0.44 0.54
Hex BE A6 56 0 D 37 19 2E 2C 36
Octal 276 246 126 0 15 67 31 56 54 66
Binary 10111110 10100110 1010110 0 1101 110111 11001 101110 101100 110110

Color Harmonies of #BEA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA656

Black with #BEA656

Text Example


Text Example

White with #BEA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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