#B73159

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

Shades of Old Rose #B73159

Tints of Old Rose #B73159

Color information

#B73159 (or 0xB73159) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 59. RGB value is (183,49,89). Sum of RGB (Red+Green+Blue) = 183+49+89=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73159 is #48CEA6. Grayscale: #5D5D5D. Windows color (decimal): -4771495 or 5845431. OLE color: 5845431.

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

Color convert

RGB1834989-
CMYK00.730.510.28
HSL342.09º57.76%45.49%-
HSV(B)342.09º73.22%71.76%-
XYZ22.4312.9910.78-
YUV93.63125.39191.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 89 (35.16% from 255) = 27.73%
R=57.01%
G=15.26%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183498900.730.510.28342.0957.7645.49
HexB73159049331C1563a2d
Octal26761131011163345267255
Binary1011011111000110110010100100111001111100101010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73159; }

 p { color: rgb(183,49,89); }

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

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

 a { background-color: rgb(183,49,89); }

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

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

 span { border-color: rgb(183,49,89); }

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