Html Css Color HEX #BE1F51 Old Rose

📋 copy color: '#BE1F51'

red 190 ◦ green 31 ◦ blue 81

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

Shades of Old Rose #BE1F51

Tints of Old Rose #BE1F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

 BLUE value IS 81 (32.03% from 255) = 26.82%

R = 62.91%
G = 10.26%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE1F51 (or 0xBE1F51) is known color: Old Rose. HEX triplet: BE, 1F and 51. RGB value is (190,31,81). Sum of RGB (Red+Green+Blue) = 190+31+81=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F51 is #41E0AE. Grayscale: #545454. Windows color (decimal): -4317359 or 5316542. OLE color: 5316542.

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

Color convert

RGB 190 31 81 -
CMYK 0 0.84 0.57 0.25
HSL 341.13º 0.72% 0.43% -
HSV(B) 341.13º 0.84% 0.75% -
XYZ 23.21 12.52 8.98 -
YUV 84.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 190 31 81 0 0.84 0.57 0.25 341.13 0.72 0.43
Hex BE 1F 51 0 54 39 19 155 48 2B
Octal 276 37 121 0 124 71 31 525 110 53
Binary 10111110 11111 1010001 0 1010100 111001 11001 101010101 1001000 101011

Color Harmonies of #BE1F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F51

Black with #BE1F51

Text Example


Text Example

White with #BE1F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F51; }

 p { color: rgb(190,31,81); }

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

background-color css

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

 a { background-color: rgb(190,31,81); }

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

border-color css

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

 span { border-color: rgb(190,31,81); }

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