#B9315D

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

Shades of Old Rose #B9315D

Tints of Old Rose #B9315D

Color information

#B9315D (or 0xB9315D) is unknown color: approx Old Rose. HEX triplet: B9, 31 and 5D. RGB value is (185,49,93). Sum of RGB (Red+Green+Blue) = 185+49+93=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9315D is #46CEA2. Grayscale: #5E5E5E. Windows color (decimal): -4640419 or 6107577. OLE color: 6107577.

HSL color Cylindrical-coordinate representation of color #B9315D: hue angle of 340.59º 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 #B9315D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1854993-
CMYK00.740.500.27
HSL340.59º58.12%45.88%-
HSV(B)340.59º73.51%72.55%-
XYZ23.0813.311.71-
YUV94.68127.06192.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=56.57%
G=14.98%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185499300.740.500.27340.5958.1245.88
HexB9315D04A321B1553a2e
Octal27161135011262335257256
Binary1011100111000110111010100101011001011011101010101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9315D; }

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

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

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

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

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

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

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

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