Html Css Color HEX #BE3047 Old Rose

📋 copy color: '#BE3047'

red 190 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #BE3047

Tints of Old Rose #BE3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 61.49%
G = 15.53%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE3047 (or 0xBE3047) is known color: Old Rose. HEX triplet: BE, 30 and 47. RGB value is (190,48,71). Sum of RGB (Red+Green+Blue) = 190+48+71=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3047 is #41CFB8. Grayscale: #5D5D5D. Windows color (decimal): -4313017 or 4665534. OLE color: 4665534.

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

Color convert

RGB 190 48 71 -
CMYK 0 0.75 0.63 0.25
HSL 350.28º 0.6% 0.47% -
HSV(B) 350.28º 0.75% 0.75% -
XYZ 23.43 13.52 7.34 -
YUV 93.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 190 48 71 0 0.75 0.63 0.25 350.28 0.6 0.47
Hex BE 30 47 0 4B 3F 19 15E 3C 2F
Octal 276 60 107 0 113 77 31 536 74 57
Binary 10111110 110000 1000111 0 1001011 111111 11001 101011110 111100 101111

Color Harmonies of #BE3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3047

Black with #BE3047

Text Example


Text Example

White with #BE3047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3047; }

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

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

background-color css

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

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

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

border-color css

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

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

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