#B72858

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

Shades of Old Rose #B72858

Tints of Old Rose #B72858

Color information

#B72858 (or 0xB72858) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 58. RGB value is (183,40,88). Sum of RGB (Red+Green+Blue) = 183+40+88=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B72858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72858 is #48D7A7. Grayscale: #585858. Windows color (decimal): -4773800 or 5777591. OLE color: 5777591.

HSL color Cylindrical-coordinate representation of color #B72858: hue angle of 339.86º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72858 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1834088-
CMYK00.780.520.28
HSL339.86º64.13%43.73%-
HSV(B)339.86º78.14%71.76%-
XYZ22.0512.2910.44-
YUV88.23127.88195.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=58.84%
G=12.86%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183408800.780.520.28339.8664.1343.73
HexB7285804E341C154402c
Octal267501300116643452410054
Binary10110111101000101100001001110110100111001010101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72858; }

 p { color: rgb(183,40,88); }

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

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

 a { background-color: rgb(183,40,88); }

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

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

 span { border-color: rgb(183,40,88); }

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