Html Css Color HEX #BEA146 Sundance

📋 copy color: '#BEA146'

red 190 ◦ green 161 ◦ blue 70

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

Shades of Sundance #BEA146

Tints of Sundance #BEA146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.24%

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

R = 45.13%
G = 38.24%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BEA146 (or 0xBEA146) is known color: Sundance. HEX triplet: BE, A1 and 46. RGB value is (190,161,70). Sum of RGB (Red+Green+Blue) = 190+161+70=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA146 is #415EB9. Grayscale: #9F9F9F. Windows color (decimal): -4284090 or 4628926. OLE color: 4628926.

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

Color convert

RGB 190 161 70 -
CMYK 0 0.15 0.63 0.25
HSL 45.5º 0.48% 0.51% -
HSV(B) 45.5º 0.63% 0.75% -
XYZ 35.09 36.88 11.06 -
YUV 159.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 190 161 70 0 0.15 0.63 0.25 45.5 0.48 0.51
Hex BE A1 46 0 F 3F 19 2E 30 33
Octal 276 241 106 0 17 77 31 56 60 63
Binary 10111110 10100001 1000110 0 1111 111111 11001 101110 110000 110011

Color Harmonies of #BEA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA146

Black with #BEA146

Text Example


Text Example

White with #BEA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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