Html Css Color HEX #BE2462 Old Rose

📋 copy color: '#BE2462'

red 190 ◦ green 36 ◦ blue 98

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

Shades of Old Rose #BE2462

Tints of Old Rose #BE2462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 58.64%
G = 11.11%
B = 30.25%

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

#BE2462 (or 0xBE2462) is known color: Old Rose. HEX triplet: BE, 24 and 62. RGB value is (190,36,98). Sum of RGB (Red+Green+Blue) = 190+36+98=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2462 is #41DB9D. Grayscale: #595959. Windows color (decimal): -4316062 or 6431934. OLE color: 6431934.

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

Color convert

RGB 190 36 98 -
CMYK 0 0.81 0.48 0.25
HSL 335.84º 0.68% 0.44% -
HSV(B) 335.84º 0.81% 0.75% -
XYZ 24.07 13.09 12.81 -
YUV 89.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 190 36 98 0 0.81 0.48 0.25 335.84 0.68 0.44
Hex BE 24 62 0 51 30 19 150 44 2C
Octal 276 44 142 0 121 60 31 520 104 54
Binary 10111110 100100 1100010 0 1010001 110000 11001 101010000 1000100 101100

Color Harmonies of #BE2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2462

Black with #BE2462

Text Example


Text Example

White with #BE2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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