#BB2551

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

Shades of Old Rose #BB2551

Tints of Old Rose #BB2551

Color information

#BB2551 (or 0xBB2551) is unknown color: approx Old Rose. HEX triplet: BB, 25 and 51. RGB value is (187,37,81). Sum of RGB (Red+Green+Blue) = 187+37+81=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2551 is #44DAAE. Grayscale: #565656. Windows color (decimal): -4512431 or 5318075. OLE color: 5318075.

HSL color Cylindrical-coordinate representation of color #BB2551: hue angle of 342.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2551 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1873781-
CMYK00.800.570.27
HSL342.4º66.96%43.92%-
HSV(B)342.4º80.21%73.33%-
XYZ22.6412.489-
YUV86.87124.7199.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=61.31%
G=12.13%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187378100.800.570.27342.466.9643.92
HexBB2551050391B156432c
Octal273451210120713352610354
Binary10111011100101101000101010000111001110111010101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2551; }

 p { color: rgb(187,37,81); }

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

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

 a { background-color: rgb(187,37,81); }

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

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

 span { border-color: rgb(187,37,81); }

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