Html Css Color HEX #BE2955 Old Rose

📋 copy color: '#BE2955'

red 190 ◦ green 41 ◦ blue 85

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

Shades of Old Rose #BE2955

Tints of Old Rose #BE2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 60.13%
G = 12.97%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE2955 (or 0xBE2955) is known color: Old Rose. HEX triplet: BE, 29 and 55. RGB value is (190,41,85). Sum of RGB (Red+Green+Blue) = 190+41+85=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2955 is #41D6AA. Grayscale: #5A5A5A. Windows color (decimal): -4314795 or 5581246. OLE color: 5581246.

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

Color convert

RGB 190 41 85 -
CMYK 0 0.78 0.55 0.25
HSL 342.28º 0.65% 0.45% -
HSV(B) 342.28º 0.78% 0.75% -
XYZ 23.67 13.19 9.89 -
YUV 90.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 190 41 85 0 0.78 0.55 0.25 342.28 0.65 0.45
Hex BE 29 55 0 4E 37 19 156 41 2D
Octal 276 51 125 0 116 67 31 526 101 55
Binary 10111110 101001 1010101 0 1001110 110111 11001 101010110 1000001 101101

Color Harmonies of #BE2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2955

Black with #BE2955

Text Example


Text Example

White with #BE2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2955; }

 p { color: rgb(190,41,85); }

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

background-color css

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

 a { background-color: rgb(190,41,85); }

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

border-color css

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

 span { border-color: rgb(190,41,85); }

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