#BB3147

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

Shades of Old Rose #BB3147

Tints of Old Rose #BB3147

Color information

#BB3147 (or 0xBB3147) is unknown color: approx Old Rose. HEX triplet: BB, 31 and 47. RGB value is (187,49,71). Sum of RGB (Red+Green+Blue) = 187+49+71=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3147 is #44CEB8. Grayscale: #5C5C5C. Windows color (decimal): -4509369 or 4665787. OLE color: 4665787.

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

Color convert

RGB1874971-
CMYK00.740.620.27
HSL350.43º58.47%46.27%-
HSV(B)350.43º73.8%73.33%-
XYZ22.7313.227.31-
YUV92.77115.72195.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=60.91%
G=15.96%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187497100.740.620.27350.4358.4746.27
HexBB314704A3E1B15e3a2e
Octal27361107011276335367256
Binary1011101111000110001110100101011111011011101011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3147; }

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

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

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

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

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

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

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

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