Html Css Color HEX #BE1554 Old Rose

📋 copy color: '#BE1554'

red 190 ◦ green 21 ◦ blue 84

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

Shades of Old Rose #BE1554

Tints of Old Rose #BE1554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.12%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 64.41%
G = 7.12%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE1554 (or 0xBE1554) is known color: Old Rose. HEX triplet: BE, 15 and 54. RGB value is (190,21,84). Sum of RGB (Red+Green+Blue) = 190+21+84=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1554 is #41EAAB. Grayscale: #4E4E4E. Windows color (decimal): -4319916 or 5510590. OLE color: 5510590.

HSL color Cylindrical-coordinate representation of color #BE1554: hue angle of 337.63º degrees, saturation: 0.8, 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 #BE1554 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 84 -
CMYK 0 0.89 0.56 0.25
HSL 337.63º 0.8% 0.41% -
HSV(B) 337.63º 0.89% 0.75% -
XYZ 23.1 12.12 9.51 -
YUV 78.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 190 21 84 0 0.89 0.56 0.25 337.63 0.8 0.41
Hex BE 15 54 0 59 38 19 152 50 29
Octal 276 25 124 0 131 70 31 522 120 51
Binary 10111110 10101 1010100 0 1011001 111000 11001 101010010 1010000 101001

Color Harmonies of #BE1554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1554

Black with #BE1554

Text Example


Text Example

White with #BE1554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1554; }

 p { color: rgb(190,21,84); }

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

background-color css

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

 a { background-color: rgb(190,21,84); }

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

border-color css

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

 span { border-color: rgb(190,21,84); }

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