#B72D5E

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

Shades of Old Rose #B72D5E

Tints of Old Rose #B72D5E

Color information

#B72D5E (or 0xB72D5E) is unknown color: approx Old Rose. HEX triplet: B7, 2D and 5E. RGB value is (183,45,94). Sum of RGB (Red+Green+Blue) = 183+45+94=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D5E is #48D2A1. Grayscale: #5B5B5B. Windows color (decimal): -4772514 or 6172087. OLE color: 6172087.

HSL color Cylindrical-coordinate representation of color #B72D5E: hue angle of 338.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D5E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1834594-
CMYK00.750.490.28
HSL338.7º60.53%44.71%-
HSV(B)338.7º75.41%71.76%-
XYZ22.4912.7511.87-
YUV91.85129.22193.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=56.83%
G=13.98%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183459400.750.490.28338.760.5344.71
HexB72D5E04B311C1533d2d
Octal26755136011361345237555
Binary1011011110110110111100100101111000111100101010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D5E; }

 p { color: rgb(183,45,94); }

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

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

 a { background-color: rgb(183,45,94); }

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

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

 span { border-color: rgb(183,45,94); }

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