Html Css Color HEX #BE2362 Old Rose

📋 copy color: '#BE2362'

red 190 ◦ green 35 ◦ blue 98

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

Shades of Old Rose #BE2362

Tints of Old Rose #BE2362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

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

R = 58.82%
G = 10.84%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE2362 (or 0xBE2362) is known color: Old Rose. HEX triplet: BE, 23 and 62. RGB value is (190,35,98). Sum of RGB (Red+Green+Blue) = 190+35+98=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2362 is #41DC9D. Grayscale: #585858. Windows color (decimal): -4316318 or 6431678. OLE color: 6431678.

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

Color convert

RGB 190 35 98 -
CMYK 0 0.82 0.48 0.25
HSL 335.61º 0.69% 0.44% -
HSV(B) 335.61º 0.82% 0.75% -
XYZ 24.04 13.03 12.8 -
YUV 88.53 133.35 200.38 -
System Red Green Blue C M Y K H S L
Decimal 190 35 98 0 0.82 0.48 0.25 335.61 0.69 0.44
Hex BE 23 62 0 52 30 19 150 45 2C
Octal 276 43 142 0 122 60 31 520 105 54
Binary 10111110 100011 1100010 0 1010010 110000 11001 101010000 1000101 101100

Color Harmonies of #BE2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2362

Black with #BE2362

Text Example


Text Example

White with #BE2362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2362; }

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

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

background-color css

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

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

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

border-color css

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

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

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