Html Css Color HEX #BE2C4E Old Rose

📋 copy color: '#BE2C4E'

red 190 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #BE2C4E

Tints of Old Rose #BE2C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 78 (30.86% from 255) = 25%

R = 60.9%
G = 14.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE2C4E (or 0xBE2C4E) is known color: Old Rose. HEX triplet: BE, 2C and 4E. RGB value is (190,44,78). Sum of RGB (Red+Green+Blue) = 190+44+78=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C4E is #41D3B1. Grayscale: #5B5B5B. Windows color (decimal): -4314034 or 5123262. OLE color: 5123262.

HSL color Cylindrical-coordinate representation of color #BE2C4E: hue angle of 346.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C4E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 44 78 -
CMYK 0 0.77 0.59 0.25
HSL 346.03º 0.62% 0.46% -
HSV(B) 346.03º 0.77% 0.75% -
XYZ 23.51 13.3 8.54 -
YUV 91.53 120.37 198.24 -
System Red Green Blue C M Y K H S L
Decimal 190 44 78 0 0.77 0.59 0.25 346.03 0.62 0.46
Hex BE 2C 4E 0 4D 3B 19 15A 3E 2E
Octal 276 54 116 0 115 73 31 532 76 56
Binary 10111110 101100 1001110 0 1001101 111011 11001 101011010 111110 101110

Color Harmonies of #BE2C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C4E

Black with #BE2C4E

Text Example


Text Example

White with #BE2C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C4E; }

 p { color: rgb(190,44,78); }

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

background-color css

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

 a { background-color: rgb(190,44,78); }

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

border-color css

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

 span { border-color: rgb(190,44,78); }

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