#B63857

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

Shades of Old Rose #B63857

Tints of Old Rose #B63857

Color information

#B63857 (or 0xB63857) is unknown color: approx Old Rose. HEX triplet: B6, 38 and 57. RGB value is (182,56,87). Sum of RGB (Red+Green+Blue) = 182+56+87=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B63857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63857 is #49C7A8. Grayscale: #616161. Windows color (decimal): -4835241 or 5716150. OLE color: 5716150.

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

Color convert

RGB1825687-
CMYK00.690.520.29
HSL345.24º52.94%46.67%-
HSV(B)345.24º69.23%71.37%-
XYZ22.4313.4610.43-
YUV97.21122.24188.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=56%
G=17.23%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182568700.690.520.29345.2452.9446.67
HexB63857045341D159352f
Octal26670127010564355316557
Binary1011011011100010101110100010111010011101101011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63857; }

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

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

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

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

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

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

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

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