Html Css Color HEX #BE2447 Old Rose

📋 copy color: '#BE2447'

red 190 ◦ green 36 ◦ blue 71

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

Shades of Old Rose #BE2447

Tints of Old Rose #BE2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 63.97%
G = 12.12%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2447 (or 0xBE2447) is known color: Old Rose. HEX triplet: BE, 24 and 47. RGB value is (190,36,71). Sum of RGB (Red+Green+Blue) = 190+36+71=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2447 is #41DBB8. Grayscale: #565656. Windows color (decimal): -4316089 or 4662462. OLE color: 4662462.

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

Color convert

RGB 190 36 71 -
CMYK 0 0.81 0.63 0.25
HSL 346.36º 0.68% 0.44% -
HSV(B) 346.36º 0.81% 0.75% -
XYZ 23 12.66 7.19 -
YUV 86.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 190 36 71 0 0.81 0.63 0.25 346.36 0.68 0.44
Hex BE 24 47 0 51 3F 19 15A 44 2C
Octal 276 44 107 0 121 77 31 532 104 54
Binary 10111110 100100 1000111 0 1010001 111111 11001 101011010 1000100 101100

Color Harmonies of #BE2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2447

Black with #BE2447

Text Example


Text Example

White with #BE2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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