Html Css Color HEX #BEA04C Sundance

📋 copy color: '#BEA04C'

red 190 ◦ green 160 ◦ blue 76

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

Shades of Sundance #BEA04C

Tints of Sundance #BEA04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 44.6%
G = 37.56%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BEA04C (or 0xBEA04C) is known color: Sundance. HEX triplet: BE, A0 and 4C. RGB value is (190,160,76). Sum of RGB (Red+Green+Blue) = 190+160+76=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA04C is #415FB3. Grayscale: #9F9F9F. Windows color (decimal): -4284340 or 5021886. OLE color: 5021886.

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

Color convert

RGB 190 160 76 -
CMYK 0 0.16 0.60 0.25
HSL 44.21º 0.47% 0.52% -
HSV(B) 44.21º 0.6% 0.75% -
XYZ 35.11 36.61 12.05 -
YUV 159.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 190 160 76 0 0.16 0.60 0.25 44.21 0.47 0.52
Hex BE A0 4C 0 10 3C 19 2C 2F 34
Octal 276 240 114 0 20 74 31 54 57 64
Binary 10111110 10100000 1001100 0 10000 111100 11001 101100 101111 110100

Color Harmonies of #BEA04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA04C

Black with #BEA04C

Text Example


Text Example

White with #BEA04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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