Html Css Color HEX #BEA445 Sundance

📋 copy color: '#BEA445'

red 190 ◦ green 164 ◦ blue 69

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

Shades of Sundance #BEA445

Tints of Sundance #BEA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

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

R = 44.92%
G = 38.77%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA445 (or 0xBEA445) is known color: Sundance. HEX triplet: BE, A4 and 45. RGB value is (190,164,69). Sum of RGB (Red+Green+Blue) = 190+164+69=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA445 is #415BBA. Grayscale: #A1A1A1. Windows color (decimal): -4283323 or 4564158. OLE color: 4564158.

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

Color convert

RGB 190 164 69 -
CMYK 0 0.14 0.64 0.25
HSL 47.11º 0.48% 0.51% -
HSV(B) 47.11º 0.64% 0.75% -
XYZ 35.58 37.93 11.08 -
YUV 160.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 190 164 69 0 0.14 0.64 0.25 47.11 0.48 0.51
Hex BE A4 45 0 E 40 19 2F 30 33
Octal 276 244 105 0 16 100 31 57 60 63
Binary 10111110 10100100 1000101 0 1110 1000000 11001 101111 110000 110011

Color Harmonies of #BEA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA445

Black with #BEA445

Text Example


Text Example

White with #BEA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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