Html Css Color HEX #BEA349 Sundance

📋 copy color: '#BEA349'

red 190 ◦ green 163 ◦ blue 73

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

Shades of Sundance #BEA349

Tints of Sundance #BEA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.26%

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

R = 44.6%
G = 38.26%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BEA349 (or 0xBEA349) is known color: Sundance. HEX triplet: BE, A3 and 49. RGB value is (190,163,73). Sum of RGB (Red+Green+Blue) = 190+163+73=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA349 is #415CB6. Grayscale: #A1A1A1. Windows color (decimal): -4283575 or 4826046. OLE color: 4826046.

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

Color convert

RGB 190 163 73 -
CMYK 0 0.14 0.62 0.25
HSL 46.15º 0.47% 0.52% -
HSV(B) 46.15º 0.62% 0.75% -
XYZ 35.54 37.62 11.69 -
YUV 160.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 190 163 73 0 0.14 0.62 0.25 46.15 0.47 0.52
Hex BE A3 49 0 E 3E 19 2E 2F 34
Octal 276 243 111 0 16 76 31 56 57 64
Binary 10111110 10100011 1001001 0 1110 111110 11001 101110 101111 110100

Color Harmonies of #BEA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA349

Black with #BEA349

Text Example


Text Example

White with #BEA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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