#BB3559

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

Shades of Old Rose #BB3559

Tints of Old Rose #BB3559

Color information

#BB3559 (or 0xBB3559) is unknown color: approx Old Rose. HEX triplet: BB, 35 and 59. RGB value is (187,53,89). Sum of RGB (Red+Green+Blue) = 187+53+89=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3559 is #44CAA6. Grayscale: #616161. Windows color (decimal): -4508327 or 5846459. OLE color: 5846459.

HSL color Cylindrical-coordinate representation of color #BB3559: hue angle of 343.88º 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 #BB3559 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1875389-
CMYK00.720.520.27
HSL343.88º55.83%47.06%-
HSV(B)343.88º71.66%73.33%-
XYZ23.5713.8310.88-
YUV97.17123.39192.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=56.84%
G=16.11%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187538900.720.520.27343.8855.8347.06
HexBB3559048341B158382f
Octal27365131011064335307057
Binary1011101111010110110010100100011010011011101011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3559; }

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

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

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

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

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

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

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

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