#B72E59

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

Shades of Old Rose #B72E59

Tints of Old Rose #B72E59

Color information

#B72E59 (or 0xB72E59) is unknown color: approx Old Rose. HEX triplet: B7, 2E and 59. RGB value is (183,46,89). Sum of RGB (Red+Green+Blue) = 183+46+89=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E59 is #48D1A6. Grayscale: #5B5B5B. Windows color (decimal): -4772263 or 5844663. OLE color: 5844663.

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

Color convert

RGB1834689-
CMYK00.750.510.28
HSL341.17º59.83%44.9%-
HSV(B)341.17º74.86%71.76%-
XYZ22.3112.7410.73-
YUV91.86126.39193-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=57.55%
G=14.47%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183468900.750.510.28341.1759.8344.9
HexB72E5904B331C1553c2d
Octal26756131011363345257455
Binary1011011110111010110010100101111001111100101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E59; }

 p { color: rgb(183,46,89); }

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

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

 a { background-color: rgb(183,46,89); }

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

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

 span { border-color: rgb(183,46,89); }

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