#B7224E

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

Shades of Old Rose #B7224E

Tints of Old Rose #B7224E

Color information

#B7224E (or 0xB7224E) is unknown color: approx Old Rose. HEX triplet: B7, 22 and 4E. RGB value is (183,34,78). Sum of RGB (Red+Green+Blue) = 183+34+78=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7224E is #48DDB1. Grayscale: #535353. Windows color (decimal): -4775346 or 5120695. OLE color: 5120695.

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

Color convert

RGB1833478-
CMYK00.810.570.28
HSL342.28º68.66%42.55%-
HSV(B)342.28º81.42%71.76%-
XYZ21.4811.768.35-
YUV83.57124.86198.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 34 (13.67% from 255) = 11.53%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=62.03%
G=11.53%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183347800.810.570.28342.2868.6642.55
HexB7224E051391C156452b
Octal267421160121713452610553
Binary10110111100010100111001010001111001111001010101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7224E; }

 p { color: rgb(183,34,78); }

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

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

 a { background-color: rgb(183,34,78); }

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

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

 span { border-color: rgb(183,34,78); }

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