#B72558

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

Shades of Old Rose #B72558

Tints of Old Rose #B72558

Color information

#B72558 (or 0xB72558) is unknown color: approx Old Rose. HEX triplet: B7, 25 and 58. RGB value is (183,37,88). Sum of RGB (Red+Green+Blue) = 183+37+88=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B72558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72558 is #48DAA7. Grayscale: #565656. Windows color (decimal): -4774568 or 5776823. OLE color: 5776823.

HSL color Cylindrical-coordinate representation of color #B72558: hue angle of 339.04º 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 #B72558 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1833788-
CMYK00.800.520.28
HSL339.04º66.36%43.14%-
HSV(B)339.04º79.78%71.76%-
XYZ21.9512.0910.41-
YUV86.47128.87196.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=59.42%
G=12.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183378800.800.520.28339.0466.3643.14
HexB72558050341C153422b
Octal267451300120643452310253
Binary10110111100101101100001010000110100111001010100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72558; }

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

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

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

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

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

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

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

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