#B7315C

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

Shades of Old Rose #B7315C

Tints of Old Rose #B7315C

Color information

#B7315C (or 0xB7315C) is unknown color: approx Old Rose. HEX triplet: B7, 31 and 5C. RGB value is (183,49,92). Sum of RGB (Red+Green+Blue) = 183+49+92=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7315C is #48CEA3. Grayscale: #5D5D5D. Windows color (decimal): -4771492 or 6042039. OLE color: 6042039.

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

Color convert

RGB1834992-
CMYK00.730.500.28
HSL340.75º57.76%45.49%-
HSV(B)340.75º73.22%71.76%-
XYZ22.5613.0411.45-
YUV93.97126.89191.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=56.48%
G=15.12%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183499200.730.500.28340.7557.7645.49
HexB7315C049321C1553a2d
Octal26761134011162345257255
Binary1011011111000110111000100100111001011100101010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7315C; }

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

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

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

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

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

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

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

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