#B73247

Color #B73247 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B73247

Tints of Old Rose #B73247

Color information

#B73247 (or 0xB73247) is unknown color: approx Old Rose. HEX triplet: B7, 32 and 47. RGB value is (183,50,71). Sum of RGB (Red+Green+Blue) = 183+50+71=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73247 is #48CDB8. Grayscale: #5C5C5C. Windows color (decimal): -4771257 or 4666039. OLE color: 4666039.

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

Color convert

RGB1835071-
CMYK00.730.610.28
HSL350.53º57.08%45.69%-
HSV(B)350.53º72.68%71.76%-
XYZ21.8112.87.28-
YUV92.16116.06192.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=60.20%
G=16.45%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183507100.730.610.28350.5357.0845.69
HexB732470493D1C15f392e
Octal26762107011175345377156
Binary1011011111001010001110100100111110111100101011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73247; }

 p { color: rgb(183,50,71); }

 H1.HeaderClassName
 {
   color: #B73247;
 }
 .AnyTagClassName
 {
   color: #B73247;
 }
</style>
background-color css

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

 a { background-color: rgb(183,50,71); }

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

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

 span { border-color: rgb(183,50,71); }

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