#BB3246

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

Shades of Old Rose #BB3246

Tints of Old Rose #BB3246

Color information

#BB3246 (or 0xBB3246) is unknown color: approx Old Rose. HEX triplet: BB, 32 and 46. RGB value is (187,50,70). Sum of RGB (Red+Green+Blue) = 187+50+70=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3246 is #44CDB9. Grayscale: #5D5D5D. Windows color (decimal): -4509114 or 4600507. OLE color: 4600507.

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

Color convert

RGB1875070-
CMYK00.730.630.27
HSL351.24º57.81%46.47%-
HSV(B)351.24º73.26%73.33%-
XYZ22.7413.297.16-
YUV93.24114.89194.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=60.91%
G=16.29%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187507000.730.630.27351.2457.8146.47
HexBB32460493F1B15f3a2e
Octal27362106011177335377256
Binary1011101111001010001100100100111111111011101011111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3246; }

 p { color: rgb(187,50,70); }

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

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

 a { background-color: rgb(187,50,70); }

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

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

 span { border-color: rgb(187,50,70); }

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