#B9315E

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

Shades of Old Rose #B9315E

Tints of Old Rose #B9315E

Color information

#B9315E (or 0xB9315E) is unknown color: approx Old Rose. HEX triplet: B9, 31 and 5E. RGB value is (185,49,94). Sum of RGB (Red+Green+Blue) = 185+49+94=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9315E is #46CEA1. Grayscale: #5E5E5E. Windows color (decimal): -4640418 or 6173113. OLE color: 6173113.

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

Color convert

RGB1854994-
CMYK00.740.490.27
HSL340.15º58.12%45.88%-
HSV(B)340.15º73.51%72.55%-
XYZ23.1313.3211.94-
YUV94.79127.56192.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=56.40%
G=14.94%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185499400.740.490.27340.1558.1245.88
HexB9315E04A311B1543a2e
Octal27161136011261335247256
Binary1011100111000110111100100101011000111011101010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9315E; }

 p { color: rgb(185,49,94); }

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

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

 a { background-color: rgb(185,49,94); }

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

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

 span { border-color: rgb(185,49,94); }

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