Html Css Color HEX #BE2D63 Old Rose

📋 copy color: '#BE2D63'

red 190 ◦ green 45 ◦ blue 99

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

Shades of Old Rose #BE2D63

Tints of Old Rose #BE2D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 56.89%
G = 13.47%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE2D63 (or 0xBE2D63) is known color: Old Rose. HEX triplet: BE, 2D and 63. RGB value is (190,45,99). Sum of RGB (Red+Green+Blue) = 190+45+99=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D63 is #41D29C. Grayscale: #5E5E5E. Windows color (decimal): -4313757 or 6499774. OLE color: 6499774.

HSL color Cylindrical-coordinate representation of color #BE2D63: hue angle of 337.66º degrees, saturation: 0.62, 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 #BE2D63 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 99 -
CMYK 0 0.76 0.48 0.25
HSL 337.66º 0.62% 0.46% -
HSV(B) 337.66º 0.76% 0.75% -
XYZ 24.43 13.72 13.17 -
YUV 94.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 190 45 99 0 0.76 0.48 0.25 337.66 0.62 0.46
Hex BE 2D 63 0 4C 30 19 152 3E 2E
Octal 276 55 143 0 114 60 31 522 76 56
Binary 10111110 101101 1100011 0 1001100 110000 11001 101010010 111110 101110

Color Harmonies of #BE2D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D63

Black with #BE2D63

Text Example


Text Example

White with #BE2D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D63; }

 p { color: rgb(190,45,99); }

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

background-color css

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

 a { background-color: rgb(190,45,99); }

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

border-color css

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

 span { border-color: rgb(190,45,99); }

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