#B43157

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

Shades of Old Rose #B43157

Tints of Old Rose #B43157

Color information

#B43157 (or 0xB43157) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 57. RGB value is (180,49,87). Sum of RGB (Red+Green+Blue) = 180+49+87=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43157 is #4BCEA8. Grayscale: #5C5C5C. Windows color (decimal): -4968105 or 5714356. OLE color: 5714356.

HSL color Cylindrical-coordinate representation of color #B43157: hue angle of 342.6º degrees, saturation: 0.57, 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 #B43157 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1804987-
CMYK00.730.520.29
HSL342.6º57.21%44.9%-
HSV(B)342.6º72.78%70.59%-
XYZ21.6412.5910.31-
YUV92.5124.9190.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 87 (34.38% from 255) = 27.53%
R=56.96%
G=15.51%
B=27.53%

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
Decimal180498700.730.520.29342.657.2144.9
HexB43157049341D157392d
Octal26461127011164355277155
Binary1011010011000110101110100100111010011101101010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43157; }

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

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

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

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

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

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

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

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