Html Css Color HEX #BEA645 Sundance

📋 copy color: '#BEA645'

red 190 ◦ green 166 ◦ blue 69

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

Shades of Sundance #BEA645

Tints of Sundance #BEA645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 44.71%
G = 39.06%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA645 (or 0xBEA645) is known color: Sundance. HEX triplet: BE, A6 and 45. RGB value is (190,166,69). Sum of RGB (Red+Green+Blue) = 190+166+69=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA645 is #4159BA. Grayscale: #A2A2A2. Windows color (decimal): -4282811 or 4564670. OLE color: 4564670.

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

Color convert

RGB 190 166 69 -
CMYK 0 0.13 0.64 0.25
HSL 48.1º 0.48% 0.51% -
HSV(B) 48.1º 0.64% 0.75% -
XYZ 35.95 38.65 11.2 -
YUV 162.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 190 166 69 0 0.13 0.64 0.25 48.1 0.48 0.51
Hex BE A6 45 0 D 40 19 30 30 33
Octal 276 246 105 0 15 100 31 60 60 63
Binary 10111110 10100110 1000101 0 1101 1000000 11001 110000 110000 110011

Color Harmonies of #BEA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA645

Black with #BEA645

Text Example


Text Example

White with #BEA645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA645; }

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

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

background-color css

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

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

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

border-color css

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

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

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