Html Css Color HEX #BE244C Old Rose

📋 copy color: '#BE244C'

red 190 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #BE244C

Tints of Old Rose #BE244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 62.91%
G = 11.92%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE244C (or 0xBE244C) is known color: Old Rose. HEX triplet: BE, 24 and 4C. RGB value is (190,36,76). Sum of RGB (Red+Green+Blue) = 190+36+76=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE244C is #41DBB3. Grayscale: #565656. Windows color (decimal): -4316084 or 4990142. OLE color: 4990142.

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

Color convert

RGB 190 36 76 -
CMYK 0 0.81 0.60 0.25
HSL 344.42º 0.68% 0.44% -
HSV(B) 344.42º 0.81% 0.75% -
XYZ 23.17 12.73 8.07 -
YUV 86.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 190 36 76 0 0.81 0.60 0.25 344.42 0.68 0.44
Hex BE 24 4C 0 51 3C 19 158 44 2C
Octal 276 44 114 0 121 74 31 530 104 54
Binary 10111110 100100 1001100 0 1010001 111100 11001 101011000 1000100 101100

Color Harmonies of #BE244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE244C

Black with #BE244C

Text Example


Text Example

White with #BE244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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