Html Css Color HEX #BE2847 Old Rose

📋 copy color: '#BE2847'

red 190 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #BE2847

Tints of Old Rose #BE2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 71 (28.13% from 255) = 23.59%

R = 63.12%
G = 13.29%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2847 (or 0xBE2847) is known color: Old Rose. HEX triplet: BE, 28 and 47. RGB value is (190,40,71). Sum of RGB (Red+Green+Blue) = 190+40+71=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2847 is #41D7B8. Grayscale: #585858. Windows color (decimal): -4315065 or 4663486. OLE color: 4663486.

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

Color convert

RGB 190 40 71 -
CMYK 0 0.79 0.63 0.25
HSL 347.6º 0.65% 0.45% -
HSV(B) 347.6º 0.79% 0.75% -
XYZ 23.13 12.92 7.24 -
YUV 88.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 190 40 71 0 0.79 0.63 0.25 347.6 0.65 0.45
Hex BE 28 47 0 4F 3F 19 15C 41 2D
Octal 276 50 107 0 117 77 31 534 101 55
Binary 10111110 101000 1000111 0 1001111 111111 11001 101011100 1000001 101101

Color Harmonies of #BE2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2847

Black with #BE2847

Text Example


Text Example

White with #BE2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2847; }

 p { color: rgb(190,40,71); }

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

background-color css

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

 a { background-color: rgb(190,40,71); }

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

border-color css

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

 span { border-color: rgb(190,40,71); }

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