#B73B47

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

Shades of Old Rose #B73B47

Tints of Old Rose #B73B47

Color information

#B73B47 (or 0xB73B47) is unknown color: approx Old Rose. HEX triplet: B7, 3B and 47. RGB value is (183,59,71). Sum of RGB (Red+Green+Blue) = 183+59+71=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B47 is #48C4B8. Grayscale: #616161. Windows color (decimal): -4768953 or 4668343. OLE color: 4668343.

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

Color convert

RGB1835971-
CMYK00.680.610.28
HSL354.19º51.24%47.45%-
HSV(B)354.19º67.76%71.76%-
XYZ22.2313.657.42-
YUV97.44113.08189.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=58.47%
G=18.85%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183597100.680.610.28354.1951.2447.45
HexB73B470443D1C162332f
Octal26773107010475345426357
Binary1011011111101110001110100010011110111100101100010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B47; }

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

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

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

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

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

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

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

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