#BB2751

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

Shades of Old Rose #BB2751

Tints of Old Rose #BB2751

Color information

#BB2751 (or 0xBB2751) is unknown color: approx Old Rose. HEX triplet: BB, 27 and 51. RGB value is (187,39,81). Sum of RGB (Red+Green+Blue) = 187+39+81=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2751 is #44D8AE. Grayscale: #585858. Windows color (decimal): -4511919 or 5318587. OLE color: 5318587.

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

Color convert

RGB1873981-
CMYK00.790.570.27
HSL342.97º65.49%44.31%-
HSV(B)342.97º79.14%73.33%-
XYZ22.712.619.02-
YUV88.04124.03198.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=60.91%
G=12.70%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187398100.790.570.27342.9765.4944.31
HexBB275104F391B157412c
Octal273471210117713352710154
Binary10111011100111101000101001111111001110111010101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2751; }

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

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

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

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

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

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

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

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