#bb2349

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

Shades of Old Rose #BB2349

Tints of Old Rose #BB2349

Color information

#BB2349 (or 0xBB2349) is unknown color: approx Old Rose. HEX triplet: BB, 23 and 49. RGB value is (187,35,73). Sum of RGB (Red+Green+Blue) = 187+35+73=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2349 is #44DCB6. Grayscale: #545454. Windows color (decimal): -4512951 or 4793275. OLE color: 4793275.

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

Color convert

RGB1873573-
CMYK00.810.610.27
HSL345º68.47%43.53%-
HSV(B)345º81.28%73.33%-
XYZ22.312.257.49-
YUV84.78121.36200.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=63.39%
G=11.86%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187357300.810.610.2734568.4743.53
HexBB23490513D1B159442c
Octal273431110121753353110454
Binary10111011100011100100101010001111101110111010110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2349; }

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

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

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

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

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

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

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

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