#BB3A48

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

Shades of Old Rose #BB3A48

Tints of Old Rose #BB3A48

Color information

#BB3A48 (or 0xBB3A48) is unknown color: approx Old Rose. HEX triplet: BB, 3A and 48. RGB value is (187,58,72). Sum of RGB (Red+Green+Blue) = 187+58+72=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A48 is #44C5B7. Grayscale: #626262. Windows color (decimal): -4507064 or 4733627. OLE color: 4733627.

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

Color convert

RGB1875872-
CMYK00.690.610.27
HSL353.49º52.65%48.04%-
HSV(B)353.49º68.98%73.33%-
XYZ23.1814.067.62-
YUV98.17113.24191.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=58.99%
G=18.30%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187587200.690.610.27353.4952.6548.04
HexBB3A480453D1B1613530
Octal27372110010575335416560
Binary1011101111101010010000100010111110111011101100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A48; }

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

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

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

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

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

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

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

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