#B73152

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

Shades of Old Rose #B73152

Tints of Old Rose #B73152

Color information

#B73152 (or 0xB73152) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 52. RGB value is (183,49,82). Sum of RGB (Red+Green+Blue) = 183+49+82=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B73152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73152 is #48CEAD. Grayscale: #5C5C5C. Windows color (decimal): -4771502 or 5386679. OLE color: 5386679.

HSL color Cylindrical-coordinate representation of color #B73152: hue angle of 345.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73152 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB1834982-
CMYK00.730.550.28
HSL345.22º57.76%45.49%-
HSV(B)345.22º73.22%71.76%-
XYZ22.1512.879.3-
YUV92.83121.89192.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.28%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=58.28%
G=15.61%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183498200.730.550.28345.2257.7645.49
HexB73152049371C1593a2d
Octal26761122011167345317255
Binary1011011111000110100100100100111011111100101011001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73152; }

 p { color: rgb(183,49,82); }

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

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

 a { background-color: rgb(183,49,82); }

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

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

 span { border-color: rgb(183,49,82); }

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