Html Css Color HEX #BEAF47 Sundance

📋 copy color: '#BEAF47'

red 190 ◦ green 175 ◦ blue 71

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

Shades of Sundance #BEAF47

Tints of Sundance #BEAF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 43.58%
G = 40.14%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEAF47 (or 0xBEAF47) is known color: Sundance. HEX triplet: BE, AF and 47. RGB value is (190,175,71). Sum of RGB (Red+Green+Blue) = 190+175+71=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF47 is #4150B8. Grayscale: #A8A8A8. Windows color (decimal): -4280505 or 4698046. OLE color: 4698046.

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

Color convert

RGB 190 175 71 -
CMYK 0 0.08 0.63 0.25
HSL 52.44º 0.48% 0.51% -
HSV(B) 52.44º 0.63% 0.75% -
XYZ 37.7 42.06 12.09 -
YUV 167.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 190 175 71 0 0.08 0.63 0.25 52.44 0.48 0.51
Hex BE AF 47 0 8 3F 19 34 30 33
Octal 276 257 107 0 10 77 31 64 60 63
Binary 10111110 10101111 1000111 0 1000 111111 11001 110100 110000 110011

Color Harmonies of #BEAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF47

Black with #BEAF47

Text Example


Text Example

White with #BEAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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