Html Css Color HEX #BE2860 Old Rose

📋 copy color: '#BE2860'

red 190 ◦ green 40 ◦ blue 96

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

Shades of Old Rose #BE2860

Tints of Old Rose #BE2860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 58.28%
G = 12.27%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE2860 (or 0xBE2860) is known color: Old Rose. HEX triplet: BE, 28 and 60. RGB value is (190,40,96). Sum of RGB (Red+Green+Blue) = 190+40+96=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2860 is #41D79F. Grayscale: #5B5B5B. Windows color (decimal): -4315040 or 6301886. OLE color: 6301886.

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

Color convert

RGB 190 40 96 -
CMYK 0 0.79 0.49 0.25
HSL 337.6º 0.65% 0.45% -
HSV(B) 337.6º 0.79% 0.75% -
XYZ 24.11 13.31 12.36 -
YUV 91.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 190 40 96 0 0.79 0.49 0.25 337.6 0.65 0.45
Hex BE 28 60 0 4F 31 19 152 41 2D
Octal 276 50 140 0 117 61 31 522 101 55
Binary 10111110 101000 1100000 0 1001111 110001 11001 101010010 1000001 101101

Color Harmonies of #BE2860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2860

Black with #BE2860

Text Example


Text Example

White with #BE2860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2860; }

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

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

background-color css

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

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

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

border-color css

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

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

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