#B72E5E

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

Shades of Old Rose #B72E5E

Tints of Old Rose #B72E5E

Color information

#B72E5E (or 0xB72E5E) is unknown color: approx Old Rose. HEX triplet: B7, 2E and 5E. RGB value is (183,46,94). Sum of RGB (Red+Green+Blue) = 183+46+94=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E5E is #48D1A1. Grayscale: #5C5C5C. Windows color (decimal): -4772258 or 6172343. OLE color: 6172343.

HSL color Cylindrical-coordinate representation of color #B72E5E: hue angle of 338.98º degrees, saturation: 0.6, 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 #B72E5E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1834694-
CMYK00.750.490.28
HSL338.98º59.83%44.9%-
HSV(B)338.98º74.86%71.76%-
XYZ22.5312.8311.88-
YUV92.44128.89192.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 46 (18.36% from 255) = 14.24%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=56.66%
G=14.24%
B=29.10%

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
Decimal183469400.750.490.28338.9859.8344.9
HexB72E5E04B311C1533c2d
Octal26756136011361345237455
Binary1011011110111010111100100101111000111100101010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E5E; }

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

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

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

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

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

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

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

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