#B73B51

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

Shades of Old Rose #B73B51

Tints of Old Rose #B73B51

Color information

#B73B51 (or 0xB73B51) is unknown color: approx Old Rose. HEX triplet: B7, 3B and 51. RGB value is (183,59,81). Sum of RGB (Red+Green+Blue) = 183+59+81=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B51 is #48C4AE. Grayscale: #626262. Windows color (decimal): -4768943 or 5323703. OLE color: 5323703.

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

Color convert

RGB1835981-
CMYK00.680.560.28
HSL349.35º51.24%47.45%-
HSV(B)349.35º67.76%71.76%-
XYZ22.5813.799.26-
YUV98.58118.08188.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=56.66%
G=18.27%
B=25.08%

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
Decimal183598100.680.560.28349.3551.2447.45
HexB73B51044381C15d332f
Octal26773121010470345356357
Binary1011011111101110100010100010011100011100101011101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B51; }

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

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

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

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

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

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

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

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