Html Css Color HEX #BE3447 Old Rose

📋 copy color: '#BE3447'

red 190 ◦ green 52 ◦ blue 71

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

Shades of Old Rose #BE3447

Tints of Old Rose #BE3447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

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

R = 60.7%
G = 16.61%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE3447 (or 0xBE3447) is known color: Old Rose. HEX triplet: BE, 34 and 47. RGB value is (190,52,71). Sum of RGB (Red+Green+Blue) = 190+52+71=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3447 is #41CBB8. Grayscale: #5F5F5F. Windows color (decimal): -4311993 or 4666558. OLE color: 4666558.

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

Color convert

RGB 190 52 71 -
CMYK 0 0.73 0.63 0.25
HSL 351.74º 0.57% 0.47% -
HSV(B) 351.74º 0.73% 0.75% -
XYZ 23.6 13.86 7.39 -
YUV 95.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 190 52 71 0 0.73 0.63 0.25 351.74 0.57 0.47
Hex BE 34 47 0 49 3F 19 160 39 2F
Octal 276 64 107 0 111 77 31 540 71 57
Binary 10111110 110100 1000111 0 1001001 111111 11001 101100000 111001 101111

Color Harmonies of #BE3447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3447

Black with #BE3447

Text Example


Text Example

White with #BE3447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3447; }

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

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

background-color css

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

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

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

border-color css

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

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

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