Html Css Color HEX #BE224E Old Rose

📋 copy color: '#BE224E'

red 190 ◦ green 34 ◦ blue 78

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

Shades of Old Rose #BE224E

Tints of Old Rose #BE224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 62.91%
G = 11.26%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE224E (or 0xBE224E) is known color: Old Rose. HEX triplet: BE, 22 and 4E. RGB value is (190,34,78). Sum of RGB (Red+Green+Blue) = 190+34+78=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE224E is #41DDB1. Grayscale: #555555. Windows color (decimal): -4316594 or 5120702. OLE color: 5120702.

HSL color Cylindrical-coordinate representation of color #BE224E: hue angle of 343.08º degrees, saturation: 0.7, 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 #BE224E is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 78 -
CMYK 0 0.82 0.59 0.25
HSL 343.08º 0.7% 0.44% -
HSV(B) 343.08º 0.82% 0.75% -
XYZ 23.18 12.64 8.43 -
YUV 85.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 190 34 78 0 0.82 0.59 0.25 343.08 0.7 0.44
Hex BE 22 4E 0 52 3B 19 157 46 2C
Octal 276 42 116 0 122 73 31 527 106 54
Binary 10111110 100010 1001110 0 1010010 111011 11001 101010111 1000110 101100

Color Harmonies of #BE224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE224E

Black with #BE224E

Text Example


Text Example

White with #BE224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE224E; }

 p { color: rgb(190,34,78); }

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

background-color css

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

 a { background-color: rgb(190,34,78); }

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

border-color css

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

 span { border-color: rgb(190,34,78); }

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