Html Css Color HEX #BE2D54 Old Rose

📋 copy color: '#BE2D54'

red 190 ◦ green 45 ◦ blue 84

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

Shades of Old Rose #BE2D54

Tints of Old Rose #BE2D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 59.56%
G = 14.11%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE2D54 (or 0xBE2D54) is known color: Old Rose. HEX triplet: BE, 2D and 54. RGB value is (190,45,84). Sum of RGB (Red+Green+Blue) = 190+45+84=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D54 is #41D2AB. Grayscale: #5C5C5C. Windows color (decimal): -4313772 or 5516734. OLE color: 5516734.

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

Color convert

RGB 190 45 84 -
CMYK 0 0.76 0.56 0.25
HSL 343.86º 0.62% 0.46% -
HSV(B) 343.86º 0.76% 0.75% -
XYZ 23.77 13.46 9.73 -
YUV 92.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 190 45 84 0 0.76 0.56 0.25 343.86 0.62 0.46
Hex BE 2D 54 0 4C 38 19 158 3E 2E
Octal 276 55 124 0 114 70 31 530 76 56
Binary 10111110 101101 1010100 0 1001100 111000 11001 101011000 111110 101110

Color Harmonies of #BE2D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D54

Black with #BE2D54

Text Example


Text Example

White with #BE2D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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