#B73557

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

Shades of Old Rose #B73557

Tints of Old Rose #B73557

Color information

#B73557 (or 0xB73557) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 57. RGB value is (183,53,87). Sum of RGB (Red+Green+Blue) = 183+53+87=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B73557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73557 is #48CAA8. Grayscale: #5F5F5F. Windows color (decimal): -4770473 or 5715383. OLE color: 5715383.

HSL color Cylindrical-coordinate representation of color #B73557: hue angle of 344.31º 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 #B73557 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1835387-
CMYK00.710.520.28
HSL344.31º55.08%46.27%-
HSV(B)344.31º71.04%71.76%-
XYZ22.5213.310.4-
YUV95.75123.07190.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=56.66%
G=16.41%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183538700.710.520.28344.3155.0846.27
HexB73557047341C158372e
Octal26765127010764345306756
Binary1011011111010110101110100011111010011100101011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73557; }

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

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

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

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

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

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

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

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