Html Css Color HEX #BE2B58 Old Rose

📋 copy color: '#BE2B58'

red 190 ◦ green 43 ◦ blue 88

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

Shades of Old Rose #BE2B58

Tints of Old Rose #BE2B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 88 (34.77% from 255) = 27.41%

R = 59.19%
G = 13.4%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE2B58 (or 0xBE2B58) is known color: Old Rose. HEX triplet: BE, 2B and 58. RGB value is (190,43,88). Sum of RGB (Red+Green+Blue) = 190+43+88=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B58 is #41D4A7. Grayscale: #5C5C5C. Windows color (decimal): -4314280 or 5778366. OLE color: 5778366.

HSL color Cylindrical-coordinate representation of color #BE2B58: hue angle of 341.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B58 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 88 -
CMYK 0 0.77 0.54 0.25
HSL 341.63º 0.63% 0.46% -
HSV(B) 341.63º 0.77% 0.75% -
XYZ 23.86 13.38 10.56 -
YUV 92.08 125.7 197.84 -
System Red Green Blue C M Y K H S L
Decimal 190 43 88 0 0.77 0.54 0.25 341.63 0.63 0.46
Hex BE 2B 58 0 4D 36 19 156 3F 2E
Octal 276 53 130 0 115 66 31 526 77 56
Binary 10111110 101011 1011000 0 1001101 110110 11001 101010110 111111 101110

Color Harmonies of #BE2B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B58

Black with #BE2B58

Text Example


Text Example

White with #BE2B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B58; }

 p { color: rgb(190,43,88); }

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

background-color css

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

 a { background-color: rgb(190,43,88); }

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

border-color css

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

 span { border-color: rgb(190,43,88); }

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