#B72653

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

Shades of Old Rose #B72653

Tints of Old Rose #B72653

Color information

#B72653 (or 0xB72653) is unknown color: approx Old Rose. HEX triplet: B7, 26 and 53. RGB value is (183,38,83). Sum of RGB (Red+Green+Blue) = 183+38+83=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72653 is #48D9AC. Grayscale: #565656. Windows color (decimal): -4774317 or 5449399. OLE color: 5449399.

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

Color convert

RGB1833883-
CMYK00.790.550.28
HSL341.38º65.61%43.33%-
HSV(B)341.38º79.23%71.76%-
XYZ21.7812.089.37-
YUV86.48126.04196.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=60.20%
G=12.5%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183388300.790.550.28341.3865.6143.33
HexB7265304F371C155422b
Octal267461230117673452510253
Binary10110111100110101001101001111110111111001010101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72653; }

 p { color: rgb(183,38,83); }

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

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

 a { background-color: rgb(183,38,83); }

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

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

 span { border-color: rgb(183,38,83); }

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