Html Css Color HEX #BE2E4F Old Rose

📋 copy color: '#BE2E4F'

red 190 ◦ green 46 ◦ blue 79

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

Shades of Old Rose #BE2E4F

Tints of Old Rose #BE2E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 79 (31.25% from 255) = 25.08%

R = 60.32%
G = 14.6%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE2E4F (or 0xBE2E4F) is known color: Old Rose. HEX triplet: BE, 2E and 4F. RGB value is (190,46,79). Sum of RGB (Red+Green+Blue) = 190+46+79=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E4F is #41D1B0. Grayscale: #5C5C5C. Windows color (decimal): -4313521 or 5189310. OLE color: 5189310.

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

Color convert

RGB 190 46 79 -
CMYK 0 0.76 0.58 0.25
HSL 346.25º 0.61% 0.46% -
HSV(B) 346.25º 0.76% 0.75% -
XYZ 23.62 13.47 8.75 -
YUV 92.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 190 46 79 0 0.76 0.58 0.25 346.25 0.61 0.46
Hex BE 2E 4F 0 4C 3A 19 15A 3D 2E
Octal 276 56 117 0 114 72 31 532 75 56
Binary 10111110 101110 1001111 0 1001100 111010 11001 101011010 111101 101110

Color Harmonies of #BE2E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E4F

Black with #BE2E4F

Text Example


Text Example

White with #BE2E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E4F; }

 p { color: rgb(190,46,79); }

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

background-color css

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

 a { background-color: rgb(190,46,79); }

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

border-color css

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

 span { border-color: rgb(190,46,79); }

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