#B72654

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

Shades of Old Rose #B72654

Tints of Old Rose #B72654

Color information

#B72654 (or 0xB72654) is unknown color: approx Old Rose. HEX triplet: B7, 26 and 54. RGB value is (183,38,84). Sum of RGB (Red+Green+Blue) = 183+38+84=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B72654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72654 is #48D9AB. Grayscale: #565656. Windows color (decimal): -4774316 or 5514935. OLE color: 5514935.

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

Color convert

RGB1833884-
CMYK00.790.540.28
HSL340.97º65.61%43.33%-
HSV(B)340.97º79.23%71.76%-
XYZ21.8212.099.57-
YUV86.6126.54196.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=60%
G=12.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183388400.790.540.28340.9765.6143.33
HexB7265404F361C155422b
Octal267461240117663452510253
Binary10110111100110101010001001111110110111001010101011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72654; }

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

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

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

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

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

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

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

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