Html Css Color HEX #BE1851 Old Rose

📋 copy color: '#BE1851'

red 190 ◦ green 24 ◦ blue 81

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

Shades of Old Rose #BE1851

Tints of Old Rose #BE1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 64.41%
G = 8.14%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE1851 (or 0xBE1851) is known color: Old Rose. HEX triplet: BE, 18 and 51. RGB value is (190,24,81). Sum of RGB (Red+Green+Blue) = 190+24+81=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1851 is #41E7AE. Grayscale: #505050. Windows color (decimal): -4319151 or 5314750. OLE color: 5314750.

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

Color convert

RGB 190 24 81 -
CMYK 0 0.87 0.57 0.25
HSL 339.4º 0.78% 0.42% -
HSV(B) 339.4º 0.87% 0.75% -
XYZ 23.05 12.19 8.92 -
YUV 80.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 190 24 81 0 0.87 0.57 0.25 339.4 0.78 0.42
Hex BE 18 51 0 57 39 19 153 4E 2A
Octal 276 30 121 0 127 71 31 523 116 52
Binary 10111110 11000 1010001 0 1010111 111001 11001 101010011 1001110 101010

Color Harmonies of #BE1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1851

Black with #BE1851

Text Example


Text Example

White with #BE1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1851; }

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

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

background-color css

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

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

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

border-color css

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

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

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