Html Css Color HEX #BE2147 Old Rose

📋 copy color: '#BE2147'

red 190 ◦ green 33 ◦ blue 71

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

Shades of Old Rose #BE2147

Tints of Old Rose #BE2147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 64.63%
G = 11.22%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2147 (or 0xBE2147) is known color: Old Rose. HEX triplet: BE, 21 and 47. RGB value is (190,33,71). Sum of RGB (Red+Green+Blue) = 190+33+71=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2147 is #41DEB8. Grayscale: #545454. Windows color (decimal): -4316857 or 4661694. OLE color: 4661694.

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

Color convert

RGB 190 33 71 -
CMYK 0 0.83 0.63 0.25
HSL 345.48º 0.7% 0.44% -
HSV(B) 345.48º 0.83% 0.75% -
XYZ 22.92 12.49 7.16 -
YUV 84.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 190 33 71 0 0.83 0.63 0.25 345.48 0.7 0.44
Hex BE 21 47 0 53 3F 19 159 46 2C
Octal 276 41 107 0 123 77 31 531 106 54
Binary 10111110 100001 1000111 0 1010011 111111 11001 101011001 1000110 101100

Color Harmonies of #BE2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2147

Black with #BE2147

Text Example


Text Example

White with #BE2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2147; }

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

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

background-color css

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

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

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

border-color css

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

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

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