#BB4048

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

Shades of Old Rose #BB4048

Tints of Old Rose #BB4048

Color information

#BB4048 (or 0xBB4048) is unknown color: approx Old Rose. HEX triplet: BB, 40 and 48. RGB value is (187,64,72). Sum of RGB (Red+Green+Blue) = 187+64+72=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4048 is #44BFB7. Grayscale: #656565. Windows color (decimal): -4505528 or 4735163. OLE color: 4735163.

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

Color convert

RGB1876472-
CMYK00.660.610.27
HSL356.1º49%49.22%-
HSV(B)356.1º65.78%73.33%-
XYZ23.514.77.73-
YUV101.69111.25188.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=57.89%
G=19.81%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187647200.660.610.27356.14949.22
HexBB40480423D1B1643131
Octal273100110010275335446161
Binary10111011100000010010000100001011110111011101100100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4048; }

 p { color: rgb(187,64,72); }

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

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

 a { background-color: rgb(187,64,72); }

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

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

 span { border-color: rgb(187,64,72); }

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