#b73b50

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

Shades of Old Rose #B73B50

Tints of Old Rose #B73B50

Color information

#B73B50 (or 0xB73B50) is unknown color: approx Old Rose. HEX triplet: B7, 3B and 50. RGB value is (183,59,80). Sum of RGB (Red+Green+Blue) = 183+59+80=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B50 is #48C4AF. Grayscale: #626262. Windows color (decimal): -4768944 or 5258167. OLE color: 5258167.

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

Color convert

RGB1835980-
CMYK00.680.560.28
HSL349.84º51.24%47.45%-
HSV(B)349.84º67.76%71.76%-
XYZ22.5413.779.06-
YUV98.47117.58188.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=56.83%
G=18.32%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183598000.680.560.28349.8451.2447.45
HexB73B50044381C15e332f
Octal26773120010470345366357
Binary1011011111101110100000100010011100011100101011110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b73b50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b73b50; }

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

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

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

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

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

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

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

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