#b73f49

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

Shades of Old Rose #B73F49

Tints of Old Rose #B73F49

Color information

#B73F49 (or 0xB73F49) is unknown color: approx Old Rose. HEX triplet: B7, 3F and 49. RGB value is (183,63,73). Sum of RGB (Red+Green+Blue) = 183+63+73=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F49 is #48C0B6. Grayscale: #646464. Windows color (decimal): -4767927 or 4800439. OLE color: 4800439.

HSL color Cylindrical-coordinate representation of color #B73F49: hue angle of 355º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F49 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1836373-
CMYK00.660.600.28
HSL355º48.78%48.24%-
HSV(B)355º65.57%71.76%-
XYZ22.5114.17.84-
YUV100.02112.76187.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=57.37%
G=19.75%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183637300.660.600.2835548.7848.24
HexB73F490423C1C1633130
Octal26777111010274345436160
Binary1011011111111110010010100001011110011100101100011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73f49; }

 p { color: rgb(183,63,73); }

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

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

 a { background-color: rgb(183,63,73); }

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

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

 span { border-color: rgb(183,63,73); }

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