Html Css Color HEX #BE2748 Old Rose

📋 copy color: '#BE2748'

red 190 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #BE2748

Tints of Old Rose #BE2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 63.12%
G = 12.96%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE2748 (or 0xBE2748) is known color: Old Rose. HEX triplet: BE, 27 and 48. RGB value is (190,39,72). Sum of RGB (Red+Green+Blue) = 190+39+72=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2748 is #41D8B7. Grayscale: #575757. Windows color (decimal): -4315320 or 4728766. OLE color: 4728766.

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

Color convert

RGB 190 39 72 -
CMYK 0 0.79 0.62 0.25
HSL 346.89º 0.66% 0.45% -
HSV(B) 346.89º 0.79% 0.75% -
XYZ 23.13 12.87 7.4 -
YUV 87.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 190 39 72 0 0.79 0.62 0.25 346.89 0.66 0.45
Hex BE 27 48 0 4F 3E 19 15B 42 2D
Octal 276 47 110 0 117 76 31 533 102 55
Binary 10111110 100111 1001000 0 1001111 111110 11001 101011011 1000010 101101

Color Harmonies of #BE2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2748

Black with #BE2748

Text Example


Text Example

White with #BE2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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