Html Css Color HEX #BE2148 Old Rose

📋 copy color: '#BE2148'

red 190 ◦ green 33 ◦ blue 72

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

Shades of Old Rose #BE2148

Tints of Old Rose #BE2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 64.41%
G = 11.19%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE2148 (or 0xBE2148) is known color: Old Rose. HEX triplet: BE, 21 and 48. RGB value is (190,33,72). Sum of RGB (Red+Green+Blue) = 190+33+72=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2148 is #41DEB7. Grayscale: #545454. Windows color (decimal): -4316856 or 4727230. OLE color: 4727230.

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

Color convert

RGB 190 33 72 -
CMYK 0 0.83 0.62 0.25
HSL 345.1º 0.7% 0.44% -
HSV(B) 345.1º 0.83% 0.75% -
XYZ 22.95 12.5 7.33 -
YUV 84.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 190 33 72 0 0.83 0.62 0.25 345.1 0.7 0.44
Hex BE 21 48 0 53 3E 19 159 46 2C
Octal 276 41 110 0 123 76 31 531 106 54
Binary 10111110 100001 1001000 0 1010011 111110 11001 101011001 1000110 101100

Color Harmonies of #BE2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2148

Black with #BE2148

Text Example


Text Example

White with #BE2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2148; }

 p { color: rgb(190,33,72); }

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

background-color css

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

 a { background-color: rgb(190,33,72); }

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

border-color css

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

 span { border-color: rgb(190,33,72); }

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