#B72A5B

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

Shades of Old Rose #B72A5B

Tints of Old Rose #B72A5B

Color information

#B72A5B (or 0xB72A5B) is unknown color: approx Old Rose. HEX triplet: B7, 2A and 5B. RGB value is (183,42,91). Sum of RGB (Red+Green+Blue) = 183+42+91=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A5B is #48D5A4. Grayscale: #595959. Windows color (decimal): -4773285 or 5974711. OLE color: 5974711.

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

Color convert

RGB1834291-
CMYK00.770.500.28
HSL339.15º62.67%44.12%-
HSV(B)339.15º77.05%71.76%-
XYZ22.2412.4811.13-
YUV89.74128.71194.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=57.91%
G=13.29%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183429100.770.500.28339.1562.6744.12
HexB72A5B04D321C1533f2c
Octal26752133011562345237754
Binary1011011110101010110110100110111001011100101010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A5B; }

 p { color: rgb(183,42,91); }

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

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

 a { background-color: rgb(183,42,91); }

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

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

 span { border-color: rgb(183,42,91); }

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