Html Css Color HEX #BEA74A Sundance

📋 copy color: '#BEA74A'

red 190 ◦ green 167 ◦ blue 74

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

Shades of Sundance #BEA74A

Tints of Sundance #BEA74A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.75%

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

R = 44.08%
G = 38.75%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEA74A (or 0xBEA74A) is known color: Sundance. HEX triplet: BE, A7 and 4A. RGB value is (190,167,74). Sum of RGB (Red+Green+Blue) = 190+167+74=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA74A is #4158B5. Grayscale: #A3A3A3. Windows color (decimal): -4282550 or 4892606. OLE color: 4892606.

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

Color convert

RGB 190 167 74 -
CMYK 0 0.12 0.61 0.25
HSL 48.1º 0.47% 0.52% -
HSV(B) 48.1º 0.61% 0.75% -
XYZ 36.29 39.08 12.11 -
YUV 163.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 190 167 74 0 0.12 0.61 0.25 48.1 0.47 0.52
Hex BE A7 4A 0 C 3D 19 30 2F 34
Octal 276 247 112 0 14 75 31 60 57 64
Binary 10111110 10100111 1001010 0 1100 111101 11001 110000 101111 110100

Color Harmonies of #BEA74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA74A

Black with #BEA74A

Text Example


Text Example

White with #BEA74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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