Html Css Color HEX #BE2746 Old Rose

📋 copy color: '#BE2746'

red 190 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #BE2746

Tints of Old Rose #BE2746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 63.55%
G = 13.04%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE2746 (or 0xBE2746) is known color: Old Rose. HEX triplet: BE, 27 and 46. RGB value is (190,39,70). Sum of RGB (Red+Green+Blue) = 190+39+70=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2746 is #41D8B9. Grayscale: #575757. Windows color (decimal): -4315322 or 4597694. OLE color: 4597694.

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

Color convert

RGB 190 39 70 -
CMYK 0 0.79 0.63 0.25
HSL 347.68º 0.66% 0.45% -
HSV(B) 347.68º 0.79% 0.75% -
XYZ 23.07 12.84 7.06 -
YUV 87.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 190 39 70 0 0.79 0.63 0.25 347.68 0.66 0.45
Hex BE 27 46 0 4F 3F 19 15C 42 2D
Octal 276 47 106 0 117 77 31 534 102 55
Binary 10111110 100111 1000110 0 1001111 111111 11001 101011100 1000010 101101

Color Harmonies of #BE2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2746

Black with #BE2746

Text Example


Text Example

White with #BE2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2746; }

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

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

background-color css

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

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

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

border-color css

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

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

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