Html Css Color HEX #BE3147 Old Rose

📋 copy color: '#BE3147'

red 190 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #BE3147

Tints of Old Rose #BE3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 61.29%
G = 15.81%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE3147 (or 0xBE3147) is known color: Old Rose. HEX triplet: BE, 31 and 47. RGB value is (190,49,71). Sum of RGB (Red+Green+Blue) = 190+49+71=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3147 is #41CEB8. Grayscale: #5D5D5D. Windows color (decimal): -4312761 or 4665790. OLE color: 4665790.

HSL color Cylindrical-coordinate representation of color #BE3147: hue angle of 350.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3147 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 71 -
CMYK 0 0.74 0.63 0.25
HSL 350.64º 0.59% 0.47% -
HSV(B) 350.64º 0.74% 0.75% -
XYZ 23.47 13.6 7.35 -
YUV 93.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 190 49 71 0 0.74 0.63 0.25 350.64 0.59 0.47
Hex BE 31 47 0 4A 3F 19 15F 3B 2F
Octal 276 61 107 0 112 77 31 537 73 57
Binary 10111110 110001 1000111 0 1001010 111111 11001 101011111 111011 101111

Color Harmonies of #BE3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3147

Black with #BE3147

Text Example


Text Example

White with #BE3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3147; }

 p { color: rgb(190,49,71); }

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

background-color css

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

 a { background-color: rgb(190,49,71); }

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

border-color css

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

 span { border-color: rgb(190,49,71); }

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