Html Css Color HEX #BEA04D Sundance

📋 copy color: '#BEA04D'

red 190 ◦ green 160 ◦ blue 77

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

Shades of Sundance #BEA04D

Tints of Sundance #BEA04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 44.5%
G = 37.47%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEA04D (or 0xBEA04D) is known color: Sundance. HEX triplet: BE, A0 and 4D. RGB value is (190,160,77). Sum of RGB (Red+Green+Blue) = 190+160+77=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA04D is #415FB2. Grayscale: #9F9F9F. Windows color (decimal): -4284339 or 5087422. OLE color: 5087422.

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

Color convert

RGB 190 160 77 -
CMYK 0 0.16 0.59 0.25
HSL 44.07º 0.47% 0.52% -
HSV(B) 44.07º 0.59% 0.75% -
XYZ 35.15 36.62 12.24 -
YUV 159.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 190 160 77 0 0.16 0.59 0.25 44.07 0.47 0.52
Hex BE A0 4D 0 10 3B 19 2C 2F 34
Octal 276 240 115 0 20 73 31 54 57 64
Binary 10111110 10100000 1001101 0 10000 111011 11001 101100 101111 110100

Color Harmonies of #BEA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA04D

Black with #BEA04D

Text Example


Text Example

White with #BEA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA04D; }

 p { color: rgb(190,160,77); }

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

background-color css

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

 a { background-color: rgb(190,160,77); }

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

border-color css

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

 span { border-color: rgb(190,160,77); }

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