Html Css Color HEX #BE5242 Sunset

📋 copy color: '#BE5242'

red 190 ◦ green 82 ◦ blue 66

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

Shades of Sunset #BE5242

Tints of Sunset #BE5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.26%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 56.21%
G = 24.26%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE5242 (or 0xBE5242) is known color: Sunset. HEX triplet: BE, 52 and 42. RGB value is (190,82,66). Sum of RGB (Red+Green+Blue) = 190+82+66=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5242 is #41ADBD. Grayscale: #707070. Windows color (decimal): -4304318 or 4346558. OLE color: 4346558.

HSL color Cylindrical-coordinate representation of color #BE5242: hue angle of 7.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE5242 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 66 -
CMYK 0 0.57 0.65 0.25
HSL 7.74º 0.49% 0.5% -
HSV(B) 7.74º 0.65% 0.75% -
XYZ 25.24 17.38 7.18 -
YUV 112.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 190 82 66 0 0.57 0.65 0.25 7.74 0.49 0.5
Hex BE 52 42 0 39 41 19 8 31 32
Octal 276 122 102 0 71 101 31 10 61 62
Binary 10111110 1010010 1000010 0 111001 1000001 11001 1000 110001 110010

Color Harmonies of #BE5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5242

Black with #BE5242

Text Example


Text Example

White with #BE5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5242; }

 p { color: rgb(190,82,66); }

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

background-color css

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

 a { background-color: rgb(190,82,66); }

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

border-color css

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

 span { border-color: rgb(190,82,66); }

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