Html Css Color HEX #BEA047 Sundance

📋 copy color: '#BEA047'

red 190 ◦ green 160 ◦ blue 71

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

Shades of Sundance #BEA047

Tints of Sundance #BEA047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 45.13%
G = 38%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEA047 (or 0xBEA047) is known color: Sundance. HEX triplet: BE, A0 and 47. RGB value is (190,160,71). Sum of RGB (Red+Green+Blue) = 190+160+71=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA047 is #415FB8. Grayscale: #9F9F9F. Windows color (decimal): -4284345 or 4694206. OLE color: 4694206.

HSL color Cylindrical-coordinate representation of color #BEA047: hue angle of 44.87º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEA047 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 71 -
CMYK 0 0.16 0.63 0.25
HSL 44.87º 0.48% 0.51% -
HSV(B) 44.87º 0.63% 0.75% -
XYZ 34.94 36.54 11.17 -
YUV 158.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 190 160 71 0 0.16 0.63 0.25 44.87 0.48 0.51
Hex BE A0 47 0 10 3F 19 2D 30 33
Octal 276 240 107 0 20 77 31 55 60 63
Binary 10111110 10100000 1000111 0 10000 111111 11001 101101 110000 110011

Color Harmonies of #BEA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA047

Black with #BEA047

Text Example


Text Example

White with #BEA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA047; }

 p { color: rgb(190,160,71); }

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

background-color css

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

 a { background-color: rgb(190,160,71); }

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

border-color css

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

 span { border-color: rgb(190,160,71); }

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