Html Css Color HEX #BE1451 Old Rose

📋 copy color: '#BE1451'

red 190 ◦ green 20 ◦ blue 81

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

Shades of Old Rose #BE1451

Tints of Old Rose #BE1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 65.29%
G = 6.87%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE1451 (or 0xBE1451) is known color: Old Rose. HEX triplet: BE, 14 and 51. RGB value is (190,20,81). Sum of RGB (Red+Green+Blue) = 190+20+81=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1451 is #41EBAE. Grayscale: #4D4D4D. Windows color (decimal): -4320175 or 5313726. OLE color: 5313726.

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

Color convert

RGB 190 20 81 -
CMYK 0 0.89 0.57 0.25
HSL 338.47º 0.81% 0.41% -
HSV(B) 338.47º 0.89% 0.75% -
XYZ 22.97 12.04 8.9 -
YUV 77.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 190 20 81 0 0.89 0.57 0.25 338.47 0.81 0.41
Hex BE 14 51 0 59 39 19 152 51 29
Octal 276 24 121 0 131 71 31 522 121 51
Binary 10111110 10100 1010001 0 1011001 111001 11001 101010010 1010001 101001

Color Harmonies of #BE1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1451

Black with #BE1451

Text Example


Text Example

White with #BE1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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