#BB3149

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

Shades of Old Rose #BB3149

Tints of Old Rose #BB3149

Color information

#BB3149 (or 0xBB3149) is unknown color: approx Old Rose. HEX triplet: BB, 31 and 49. RGB value is (187,49,73). Sum of RGB (Red+Green+Blue) = 187+49+73=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3149 is #44CEB6. Grayscale: #5D5D5D. Windows color (decimal): -4509367 or 4796859. OLE color: 4796859.

HSL color Cylindrical-coordinate representation of color #BB3149: hue angle of 349.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3149 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1874973-
CMYK00.740.610.27
HSL349.57º58.47%46.27%-
HSV(B)349.57º73.8%73.33%-
XYZ22.7913.247.66-
YUV93116.72195.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=60.52%
G=15.86%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187497300.740.610.27349.5758.4746.27
HexBB314904A3D1B15e3a2e
Octal27361111011275335367256
Binary1011101111000110010010100101011110111011101011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3149; }

 p { color: rgb(187,49,73); }

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

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

 a { background-color: rgb(187,49,73); }

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

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

 span { border-color: rgb(187,49,73); }

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