#B72644

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

Shades of Old Rose #B72644

Tints of Old Rose #B72644

Color information

#B72644 (or 0xB72644) is unknown color: approx Old Rose. HEX triplet: B7, 26 and 44. RGB value is (183,38,68). Sum of RGB (Red+Green+Blue) = 183+38+68=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72644 is #48D9BB. Grayscale: #545454. Windows color (decimal): -4774332 or 4466359. OLE color: 4466359.

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

Color convert

RGB1833868-
CMYK00.790.630.28
HSL347.59º65.61%43.33%-
HSV(B)347.59º79.23%71.76%-
XYZ21.2611.876.64-
YUV84.78118.54198.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=63.32%
G=13.15%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183386800.790.630.28347.5965.6143.33
HexB7264404F3F1C15c422b
Octal267461040117773453410253
Binary10110111100110100010001001111111111111001010111001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72644; }

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

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

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

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

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

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

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

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