Html Css Color HEX #BEA54E Sundance

📋 copy color: '#BEA54E'

red 190 ◦ green 165 ◦ blue 78

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

Shades of Sundance #BEA54E

Tints of Sundance #BEA54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 78 (30.86% from 255) = 18.01%

R = 43.88%
G = 38.11%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BEA54E (or 0xBEA54E) is known color: Sundance. HEX triplet: BE, A5 and 4E. RGB value is (190,165,78). Sum of RGB (Red+Green+Blue) = 190+165+78=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA54E is #415AB1. Grayscale: #A2A2A2. Windows color (decimal): -4283058 or 5154238. OLE color: 5154238.

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

Color convert

RGB 190 165 78 -
CMYK 0 0.13 0.59 0.25
HSL 46.61º 0.46% 0.53% -
HSV(B) 46.61º 0.59% 0.75% -
XYZ 36.07 38.41 12.72 -
YUV 162.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 190 165 78 0 0.13 0.59 0.25 46.61 0.46 0.53
Hex BE A5 4E 0 D 3B 19 2F 2E 35
Octal 276 245 116 0 15 73 31 57 56 65
Binary 10111110 10100101 1001110 0 1101 111011 11001 101111 101110 110101

Color Harmonies of #BEA54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA54E

Black with #BEA54E

Text Example


Text Example

White with #BEA54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA54E; }

 p { color: rgb(190,165,78); }

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

background-color css

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

 a { background-color: rgb(190,165,78); }

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

border-color css

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

 span { border-color: rgb(190,165,78); }

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