Html Css Color HEX #BE2457 Old Rose

📋 copy color: '#BE2457'

red 190 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #BE2457

Tints of Old Rose #BE2457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.8%

R = 60.7%
G = 11.5%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE2457 (or 0xBE2457) is known color: Old Rose. HEX triplet: BE, 24 and 57. RGB value is (190,36,87). Sum of RGB (Red+Green+Blue) = 190+36+87=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2457 is #41DBA8. Grayscale: #575757. Windows color (decimal): -4316073 or 5711038. OLE color: 5711038.

HSL color Cylindrical-coordinate representation of color #BE2457: hue angle of 340.13º 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 #BE2457 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 87 -
CMYK 0 0.81 0.54 0.25
HSL 340.13º 0.68% 0.44% -
HSV(B) 340.13º 0.81% 0.75% -
XYZ 23.59 12.9 10.26 -
YUV 87.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 190 36 87 0 0.81 0.54 0.25 340.13 0.68 0.44
Hex BE 24 57 0 51 36 19 154 44 2C
Octal 276 44 127 0 121 66 31 524 104 54
Binary 10111110 100100 1010111 0 1010001 110110 11001 101010100 1000100 101100

Color Harmonies of #BE2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2457

Black with #BE2457

Text Example


Text Example

White with #BE2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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