#B43158

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

Shades of Old Rose #B43158

Tints of Old Rose #B43158

Color information

#B43158 (or 0xB43158) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 58. RGB value is (180,49,88). Sum of RGB (Red+Green+Blue) = 180+49+88=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43158 is #4BCEA7. Grayscale: #5C5C5C. Windows color (decimal): -4968104 or 5779892. OLE color: 5779892.

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

Color convert

RGB1804988-
CMYK00.730.510.29
HSL342.14º57.21%44.9%-
HSV(B)342.14º72.78%70.59%-
XYZ21.6812.610.52-
YUV92.62125.4190.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=56.78%
G=15.46%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180498800.730.510.29342.1457.2144.9
HexB43158049331D156392d
Octal26461130011163355267155
Binary1011010011000110110000100100111001111101101010110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43158; }

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

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

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

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

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

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

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

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