#B72550

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

Shades of Old Rose #B72550

Tints of Old Rose #B72550

Color information

#B72550 (or 0xB72550) is unknown color: approx Old Rose. HEX triplet: B7, 25 and 50. RGB value is (183,37,80). Sum of RGB (Red+Green+Blue) = 183+37+80=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72550 is #48DAAF. Grayscale: #555555. Windows color (decimal): -4774576 or 5252535. OLE color: 5252535.

HSL color Cylindrical-coordinate representation of color #B72550: hue angle of 342.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72550 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB1833780-
CMYK00.800.560.28
HSL342.33º66.36%43.14%-
HSV(B)342.33º79.78%71.76%-
XYZ21.6411.978.76-
YUV85.56124.87197.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=61%
G=12.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183378000.800.560.28342.3366.3643.14
HexB72550050381C156422b
Octal267451200120703452610253
Binary10110111100101101000001010000111000111001010101101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72550; }

 p { color: rgb(183,37,80); }

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

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

 a { background-color: rgb(183,37,80); }

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

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

 span { border-color: rgb(183,37,80); }

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