#B7314E

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

Shades of Old Rose #B7314E

Tints of Old Rose #B7314E

Color information

#B7314E (or 0xB7314E) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 4E. RGB value is (183,49,78). Sum of RGB (Red+Green+Blue) = 183+49+78=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7314E is #48CEB1. Grayscale: #5C5C5C. Windows color (decimal): -4771506 or 5124535. OLE color: 5124535.

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

Color convert

RGB1834978-
CMYK00.730.570.28
HSL347.01º57.76%45.49%-
HSV(B)347.01º73.22%71.76%-
XYZ2212.818.52-
YUV92.37119.89192.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=59.03%
G=15.81%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183497800.730.570.28347.0157.7645.49
HexB7314E049391C15b3a2d
Octal26761116011171345337255
Binary1011011111000110011100100100111100111100101011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7314E; }

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

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

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

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

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

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

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

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