#B43555

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

Shades of Old Rose #B43555

Tints of Old Rose #B43555

Color information

#B43555 (or 0xB43555) is unknown color: approx Old Rose. HEX triplet: B4, 35 and 55. RGB value is (180,53,85). Sum of RGB (Red+Green+Blue) = 180+53+85=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B43555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43555 is #4BCAAA. Grayscale: #5E5E5E. Windows color (decimal): -4967083 or 5584308. OLE color: 5584308.

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

Color convert

RGB1805385-
CMYK00.710.530.29
HSL344.88º54.51%45.69%-
HSV(B)344.88º70.56%70.59%-
XYZ21.7412.919.94-
YUV94.62122.58188.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 26.73%
R=56.60%
G=16.67%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180538500.710.530.29344.8854.5145.69
HexB43555047351D159372e
Octal26465125010765355316756
Binary1011010011010110101010100011111010111101101011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43555; }

 p { color: rgb(180,53,85); }

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

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

 a { background-color: rgb(180,53,85); }

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

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

 span { border-color: rgb(180,53,85); }

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