Html Css Color HEX #BEA64A Sundance

📋 copy color: '#BEA64A'

red 190 ◦ green 166 ◦ blue 74

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

Shades of Sundance #BEA64A

Tints of Sundance #BEA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 44.19%
G = 38.6%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BEA64A (or 0xBEA64A) is known color: Sundance. HEX triplet: BE, A6 and 4A. RGB value is (190,166,74). Sum of RGB (Red+Green+Blue) = 190+166+74=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA64A is #4159B5. Grayscale: #A3A3A3. Windows color (decimal): -4282806 or 4892350. OLE color: 4892350.

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

Color convert

RGB 190 166 74 -
CMYK 0 0.13 0.61 0.25
HSL 47.59º 0.47% 0.52% -
HSV(B) 47.59º 0.61% 0.75% -
XYZ 36.11 38.71 12.05 -
YUV 162.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 190 166 74 0 0.13 0.61 0.25 47.59 0.47 0.52
Hex BE A6 4A 0 D 3D 19 30 2F 34
Octal 276 246 112 0 15 75 31 60 57 64
Binary 10111110 10100110 1001010 0 1101 111101 11001 110000 101111 110100

Color Harmonies of #BEA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA64A

Black with #BEA64A

Text Example


Text Example

White with #BEA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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