Html Css Color HEX #BE2562 Old Rose

📋 copy color: '#BE2562'

red 190 ◦ green 37 ◦ blue 98

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

Shades of Old Rose #BE2562

Tints of Old Rose #BE2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 58.46%
G = 11.38%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE2562 (or 0xBE2562) is known color: Old Rose. HEX triplet: BE, 25 and 62. RGB value is (190,37,98). Sum of RGB (Red+Green+Blue) = 190+37+98=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2562 is #41DA9D. Grayscale: #595959. Windows color (decimal): -4315806 or 6432190. OLE color: 6432190.

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

Color convert

RGB 190 37 98 -
CMYK 0 0.81 0.48 0.25
HSL 336.08º 0.67% 0.45% -
HSV(B) 336.08º 0.81% 0.75% -
XYZ 24.1 13.15 12.82 -
YUV 89.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 190 37 98 0 0.81 0.48 0.25 336.08 0.67 0.45
Hex BE 25 62 0 51 30 19 150 43 2D
Octal 276 45 142 0 121 60 31 520 103 55
Binary 10111110 100101 1100010 0 1010001 110000 11001 101010000 1000011 101101

Color Harmonies of #BE2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2562

Black with #BE2562

Text Example


Text Example

White with #BE2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2562; }

 p { color: rgb(190,37,98); }

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

background-color css

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

 a { background-color: rgb(190,37,98); }

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

border-color css

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

 span { border-color: rgb(190,37,98); }

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