#B73847

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

Shades of Old Rose #B73847

Tints of Old Rose #B73847

Color information

#B73847 (or 0xB73847) is unknown color: approx Old Rose. HEX triplet: B7, 38 and 47. RGB value is (183,56,71). Sum of RGB (Red+Green+Blue) = 183+56+71=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B73847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73847 is #48C7B8. Grayscale: #5F5F5F. Windows color (decimal): -4769721 or 4667575. OLE color: 4667575.

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

Color convert

RGB1835671-
CMYK00.690.610.28
HSL352.91º53.14%46.86%-
HSV(B)352.91º69.4%71.76%-
XYZ22.0813.357.37-
YUV95.68114.08190.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=59.03%
G=18.06%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183567100.690.610.28352.9153.1446.86
HexB738470453D1C161352f
Octal26770107010575345416557
Binary1011011111100010001110100010111110111100101100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73847; }

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

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

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

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

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

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

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

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