#bb3557

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

Shades of Old Rose #BB3557

Tints of Old Rose #BB3557

Color information

#BB3557 (or 0xBB3557) is unknown color: approx Old Rose. HEX triplet: BB, 35 and 57. RGB value is (187,53,87). Sum of RGB (Red+Green+Blue) = 187+53+87=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3557 is #44CAA8. Grayscale: #606060. Windows color (decimal): -4508329 or 5715387. OLE color: 5715387.

HSL color Cylindrical-coordinate representation of color #BB3557: hue angle of 344.78º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3557 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1875387-
CMYK00.720.530.27
HSL344.78º55.83%47.06%-
HSV(B)344.78º71.66%73.33%-
XYZ23.4913.810.44-
YUV96.94122.39192.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=57.19%
G=16.21%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187538700.720.530.27344.7855.8347.06
HexBB3557048351B159382f
Octal27365127011065335317057
Binary1011101111010110101110100100011010111011101011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3557; }

 p { color: rgb(187,53,87); }

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

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

 a { background-color: rgb(187,53,87); }

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

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

 span { border-color: rgb(187,53,87); }

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