Html Css Color HEX #BEA94A Sundance

📋 copy color: '#BEA94A'

red 190 ◦ green 169 ◦ blue 74

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

Shades of Sundance #BEA94A

Tints of Sundance #BEA94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 43.88%
G = 39.03%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEA94A (or 0xBEA94A) is known color: Sundance. HEX triplet: BE, A9 and 4A. RGB value is (190,169,74). Sum of RGB (Red+Green+Blue) = 190+169+74=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA94A is #4156B5. Grayscale: #A4A4A4. Windows color (decimal): -4282038 or 4893118. OLE color: 4893118.

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

Color convert

RGB 190 169 74 -
CMYK 0 0.11 0.61 0.25
HSL 49.14º 0.47% 0.52% -
HSV(B) 49.14º 0.61% 0.75% -
XYZ 36.66 39.82 12.23 -
YUV 164.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 190 169 74 0 0.11 0.61 0.25 49.14 0.47 0.52
Hex BE A9 4A 0 B 3D 19 31 2F 34
Octal 276 251 112 0 13 75 31 61 57 64
Binary 10111110 10101001 1001010 0 1011 111101 11001 110001 101111 110100

Color Harmonies of #BEA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA94A

Black with #BEA94A

Text Example


Text Example

White with #BEA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA94A; }

 p { color: rgb(190,169,74); }

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

background-color css

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

 a { background-color: rgb(190,169,74); }

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

border-color css

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

 span { border-color: rgb(190,169,74); }

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