#B73547

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

Shades of Old Rose #B73547

Tints of Old Rose #B73547

Color information

#B73547 (or 0xB73547) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 47. RGB value is (183,53,71). Sum of RGB (Red+Green+Blue) = 183+53+71=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B73547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73547 is #48CAB8. Grayscale: #5D5D5D. Windows color (decimal): -4770489 or 4666807. OLE color: 4666807.

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

Color convert

RGB1835371-
CMYK00.710.610.28
HSL351.69º55.08%46.27%-
HSV(B)351.69º71.04%71.76%-
XYZ21.9413.077.33-
YUV93.92115.07191.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=59.61%
G=17.26%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183537100.710.610.28351.6955.0846.27
HexB735470473D1C160372e
Octal26765107010775345406756
Binary1011011111010110001110100011111110111100101100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73547; }

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

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

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

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

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

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

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

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