#B73D50

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

Shades of Old Rose #B73D50

Tints of Old Rose #B73D50

Color information

#B73D50 (or 0xB73D50) is unknown color: approx Old Rose. HEX triplet: B7, 3D and 50. RGB value is (183,61,80). Sum of RGB (Red+Green+Blue) = 183+61+80=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D50 is #48C2AF. Grayscale: #636363. Windows color (decimal): -4768432 or 5258679. OLE color: 5258679.

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

Color convert

RGB1836180-
CMYK00.670.560.28
HSL350.66º50%47.84%-
HSV(B)350.66º66.67%71.76%-
XYZ22.6513.989.1-
YUV99.64116.92187.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=56.48%
G=18.83%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183618000.670.560.28350.665047.84
HexB73D50043381C15f3230
Octal26775120010370345376260
Binary1011011111110110100000100001111100011100101011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D50; }

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

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

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

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

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

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

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

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