#B73550

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

Shades of Old Rose #B73550

Tints of Old Rose #B73550

Color information

#B73550 (or 0xB73550) is unknown color: approx Old Rose. HEX triplet: B7, 35 and 50. RGB value is (183,53,80). Sum of RGB (Red+Green+Blue) = 183+53+80=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B73550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73550 is #48CAAF. Grayscale: #5E5E5E. Windows color (decimal): -4770480 or 5256631. OLE color: 5256631.

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

Color convert

RGB1835380-
CMYK00.710.560.28
HSL347.54º55.08%46.27%-
HSV(B)347.54º71.04%71.76%-
XYZ22.2513.198.96-
YUV94.95119.57190.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=57.91%
G=16.77%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183538000.710.560.28347.5455.0846.27
HexB73550047381C15c372e
Octal26765120010770345346756
Binary1011011111010110100000100011111100011100101011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73550; }

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

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

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

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

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

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

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

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