Html Css Color HEX #BEA149 Sundance

📋 copy color: '#BEA149'

red 190 ◦ green 161 ◦ blue 73

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

Shades of Sundance #BEA149

Tints of Sundance #BEA149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 44.81%
G = 37.97%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BEA149 (or 0xBEA149) is known color: Sundance. HEX triplet: BE, A1 and 49. RGB value is (190,161,73). Sum of RGB (Red+Green+Blue) = 190+161+73=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA149 is #415EB6. Grayscale: #A0A0A0. Windows color (decimal): -4284087 or 4825534. OLE color: 4825534.

HSL color Cylindrical-coordinate representation of color #BEA149: hue angle of 45.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEA149 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 161 73 -
CMYK 0 0.15 0.62 0.25
HSL 45.13º 0.47% 0.52% -
HSV(B) 45.13º 0.62% 0.75% -
XYZ 35.18 36.92 11.57 -
YUV 159.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 190 161 73 0 0.15 0.62 0.25 45.13 0.47 0.52
Hex BE A1 49 0 F 3E 19 2D 2F 34
Octal 276 241 111 0 17 76 31 55 57 64
Binary 10111110 10100001 1001001 0 1111 111110 11001 101101 101111 110100

Color Harmonies of #BEA149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA149

Black with #BEA149

Text Example


Text Example

White with #BEA149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA149; }

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

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

background-color css

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

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

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

border-color css

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

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

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