Html Css Color HEX #BE5045 Sunset

📋 copy color: '#BE5045'

red 190 ◦ green 80 ◦ blue 69

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

Shades of Sunset #BE5045

Tints of Sunset #BE5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

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

R = 56.05%
G = 23.6%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE5045 (or 0xBE5045) is known color: Sunset. HEX triplet: BE, 50 and 45. RGB value is (190,80,69). Sum of RGB (Red+Green+Blue) = 190+80+69=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5045 is #41AFBA. Grayscale: #6F6F6F. Windows color (decimal): -4304827 or 4542654. OLE color: 4542654.

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

Color convert

RGB 190 80 69 -
CMYK 0 0.58 0.64 0.25
HSL 5.45º 0.48% 0.51% -
HSV(B) 5.45º 0.64% 0.75% -
XYZ 25.18 17.11 7.61 -
YUV 111.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 190 80 69 0 0.58 0.64 0.25 5.45 0.48 0.51
Hex BE 50 45 0 3A 40 19 5 30 33
Octal 276 120 105 0 72 100 31 5 60 63
Binary 10111110 1010000 1000101 0 111010 1000000 11001 101 110000 110011

Color Harmonies of #BE5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5045

Black with #BE5045

Text Example


Text Example

White with #BE5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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