Html Css Color HEX #BE2454 Old Rose

📋 copy color: '#BE2454'

red 190 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #BE2454

Tints of Old Rose #BE2454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 61.29%
G = 11.61%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE2454 (or 0xBE2454) is known color: Old Rose. HEX triplet: BE, 24 and 54. RGB value is (190,36,84). Sum of RGB (Red+Green+Blue) = 190+36+84=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2454 is #41DBAB. Grayscale: #575757. Windows color (decimal): -4316076 or 5514430. OLE color: 5514430.

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

Color convert

RGB 190 36 84 -
CMYK 0 0.81 0.56 0.25
HSL 341.3º 0.68% 0.44% -
HSV(B) 341.3º 0.81% 0.75% -
XYZ 23.47 12.85 9.63 -
YUV 87.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 190 36 84 0 0.81 0.56 0.25 341.3 0.68 0.44
Hex BE 24 54 0 51 38 19 155 44 2C
Octal 276 44 124 0 121 70 31 525 104 54
Binary 10111110 100100 1010100 0 1010001 111000 11001 101010101 1000100 101100

Color Harmonies of #BE2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2454

Black with #BE2454

Text Example


Text Example

White with #BE2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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