Html Css Color HEX #BEAF46 Sundance

📋 copy color: '#BEAF46'

red 190 ◦ green 175 ◦ blue 70

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

Shades of Sundance #BEAF46

Tints of Sundance #BEAF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.09%

R = 43.68%
G = 40.23%
B = 16.09%

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

#BEAF46 (or 0xBEAF46) is known color: Sundance. HEX triplet: BE, AF and 46. RGB value is (190,175,70). Sum of RGB (Red+Green+Blue) = 190+175+70=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF46 is #4150B9. Grayscale: #A7A7A7. Windows color (decimal): -4280506 or 4632510. OLE color: 4632510.

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

Color convert

RGB 190 175 70 -
CMYK 0 0.08 0.63 0.25
HSL 52.5º 0.48% 0.51% -
HSV(B) 52.5º 0.63% 0.75% -
XYZ 37.67 42.05 11.93 -
YUV 167.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 190 175 70 0 0.08 0.63 0.25 52.5 0.48 0.51
Hex BE AF 46 0 8 3F 19 34 30 33
Octal 276 257 106 0 10 77 31 64 60 63
Binary 10111110 10101111 1000110 0 1000 111111 11001 110100 110000 110011

Color Harmonies of #BEAF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF46

Black with #BEAF46

Text Example


Text Example

White with #BEAF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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