Html Css Color HEX #BEA245 Sundance

📋 copy color: '#BEA245'

red 190 ◦ green 162 ◦ blue 69

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

Shades of Sundance #BEA245

Tints of Sundance #BEA245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 45.13%
G = 38.48%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA245 (or 0xBEA245) is known color: Sundance. HEX triplet: BE, A2 and 45. RGB value is (190,162,69). Sum of RGB (Red+Green+Blue) = 190+162+69=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA245 is #415DBA. Grayscale: #A0A0A0. Windows color (decimal): -4283835 or 4563646. OLE color: 4563646.

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

Color convert

RGB 190 162 69 -
CMYK 0 0.15 0.64 0.25
HSL 46.12º 0.48% 0.51% -
HSV(B) 46.12º 0.64% 0.75% -
XYZ 35.23 37.22 10.96 -
YUV 159.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 190 162 69 0 0.15 0.64 0.25 46.12 0.48 0.51
Hex BE A2 45 0 F 40 19 2E 30 33
Octal 276 242 105 0 17 100 31 56 60 63
Binary 10111110 10100010 1000101 0 1111 1000000 11001 101110 110000 110011

Color Harmonies of #BEA245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA245

Black with #BEA245

Text Example


Text Example

White with #BEA245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA245; }

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

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

background-color css

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

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

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

border-color css

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

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

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