Html Css Color HEX #B53147 Old Rose

📋 copy color: '#B53147'

red 181 ◦ green 49 ◦ blue 71

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

Shades of Old Rose #B53147

Tints of Old Rose #B53147

RGB

 RED value IS 181 (71.09% from 255) = 60.13%

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

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

R = 60.13%
G = 16.28%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B53147 (or 0xB53147) is known color: Old Rose. HEX triplet: B5, 31 and 47. RGB value is (181,49,71). Sum of RGB (Red+Green+Blue) = 181+49+71=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B53147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53147 is #4ACEB8. Grayscale: #5B5B5B. Windows color (decimal): -4902585 or 4665781. OLE color: 4665781.

HSL color Cylindrical-coordinate representation of color #B53147: hue angle of 350º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53147 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 71 -
CMYK 0 0.73 0.61 0.29
HSL 350º 0.57% 0.45% -
HSV(B) 350º 0.73% 0.71% -
XYZ 21.29 12.48 7.25 -
YUV 90.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 181 49 71 0 0.73 0.61 0.29 350 0.57 0.45
Hex B5 31 47 0 49 3D 1D 15E 39 2D
Octal 265 61 107 0 111 75 35 536 71 55
Binary 10110101 110001 1000111 0 1001001 111101 11101 101011110 111001 101101

Color Harmonies of #B53147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53147

Black with #B53147

Text Example


Text Example

White with #B53147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53147; }

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

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

background-color css

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

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

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

border-color css

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

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

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