#B8314D

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

Shades of Old Rose #B8314D

Tints of Old Rose #B8314D

Color information

#B8314D (or 0xB8314D) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 4D. RGB value is (184,49,77). Sum of RGB (Red+Green+Blue) = 184+49+77=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8314D is #47CEB2. Grayscale: #5C5C5C. Windows color (decimal): -4705971 or 5059000. OLE color: 5059000.

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

Color convert

RGB1844977-
CMYK00.730.580.28
HSL347.56º57.94%45.69%-
HSV(B)347.56º73.37%72.16%-
XYZ22.2112.928.35-
YUV92.56119.23193.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=59.35%
G=15.81%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184497700.730.580.28347.5657.9445.69
HexB8314D0493A1C15c3a2e
Octal27061115011172345347256
Binary1011100011000110011010100100111101011100101011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8314D; }

 p { color: rgb(184,49,77); }

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

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

 a { background-color: rgb(184,49,77); }

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

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

 span { border-color: rgb(184,49,77); }

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