Html Css Color HEX #BEA145 Sundance

📋 copy color: '#BEA145'

red 190 ◦ green 161 ◦ blue 69

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

Shades of Sundance #BEA145

Tints of Sundance #BEA145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

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

R = 45.24%
G = 38.33%
B = 16.43%

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

#BEA145 (or 0xBEA145) is known color: Sundance. HEX triplet: BE, A1 and 45. RGB value is (190,161,69). Sum of RGB (Red+Green+Blue) = 190+161+69=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA145 is #415EBA. Grayscale: #9F9F9F. Windows color (decimal): -4284091 or 4563390. OLE color: 4563390.

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

Color convert

RGB 190 161 69 -
CMYK 0 0.15 0.64 0.25
HSL 45.62º 0.48% 0.51% -
HSV(B) 45.62º 0.64% 0.75% -
XYZ 35.05 36.87 10.9 -
YUV 159.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 190 161 69 0 0.15 0.64 0.25 45.62 0.48 0.51
Hex BE A1 45 0 F 40 19 2E 30 33
Octal 276 241 105 0 17 100 31 56 60 63
Binary 10111110 10100001 1000101 0 1111 1000000 11001 101110 110000 110011

Color Harmonies of #BEA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA145

Black with #BEA145

Text Example


Text Example

White with #BEA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA145; }

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

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

background-color css

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

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

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

border-color css

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

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

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