Html Css Color HEX #BE2863 Old Rose

📋 copy color: '#BE2863'

red 190 ◦ green 40 ◦ blue 99

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

Shades of Old Rose #BE2863

Tints of Old Rose #BE2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 57.75%
G = 12.16%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE2863 (or 0xBE2863) is known color: Old Rose. HEX triplet: BE, 28 and 63. RGB value is (190,40,99). Sum of RGB (Red+Green+Blue) = 190+40+99=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2863 is #41D79C. Grayscale: #5B5B5B. Windows color (decimal): -4315037 or 6498494. OLE color: 6498494.

HSL color Cylindrical-coordinate representation of color #BE2863: hue angle of 336.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2863 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 99 -
CMYK 0 0.79 0.48 0.25
HSL 336.4º 0.65% 0.45% -
HSV(B) 336.4º 0.79% 0.75% -
XYZ 24.25 13.37 13.11 -
YUV 91.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 190 40 99 0 0.79 0.48 0.25 336.4 0.65 0.45
Hex BE 28 63 0 4F 30 19 150 41 2D
Octal 276 50 143 0 117 60 31 520 101 55
Binary 10111110 101000 1100011 0 1001111 110000 11001 101010000 1000001 101101

Color Harmonies of #BE2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2863

Black with #BE2863

Text Example


Text Example

White with #BE2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2863; }

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

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

background-color css

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

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

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

border-color css

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

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

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