#B63157

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

Shades of Old Rose #B63157

Tints of Old Rose #B63157

Color information

#B63157 (or 0xB63157) is unknown color: approx Old Rose. HEX triplet: B6, 31 and 57. RGB value is (182,49,87). Sum of RGB (Red+Green+Blue) = 182+49+87=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63157 is #49CEA8. Grayscale: #5D5D5D. Windows color (decimal): -4837033 or 5714358. OLE color: 5714358.

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

Color convert

RGB1824987-
CMYK00.730.520.29
HSL342.86º57.58%45.29%-
HSV(B)342.86º73.08%71.37%-
XYZ22.1112.8310.33-
YUV93.1124.56191.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=57.23%
G=15.41%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182498700.730.520.29342.8657.5845.29
HexB63157049341D1573a2d
Octal26661127011164355277255
Binary1011011011000110101110100100111010011101101010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63157; }

 p { color: rgb(182,49,87); }

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

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

 a { background-color: rgb(182,49,87); }

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

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

 span { border-color: rgb(182,49,87); }

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