#BB2F54

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

Shades of Old Rose #BB2F54

Tints of Old Rose #BB2F54

Color information

#BB2F54 (or 0xBB2F54) is unknown color: approx Old Rose. HEX triplet: BB, 2F and 54. RGB value is (187,47,84). Sum of RGB (Red+Green+Blue) = 187+47+84=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2F54 is #44D0AB. Grayscale: #5D5D5D. Windows color (decimal): -4509868 or 5517243. OLE color: 5517243.

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

Color convert

RGB1874784-
CMYK00.750.550.27
HSL344.14º59.83%45.88%-
HSV(B)344.14º74.87%73.33%-
XYZ23.1113.249.72-
YUV93.08122.88194.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=58.81%
G=14.78%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187478400.750.550.27344.1459.8345.88
HexBB2F5404B371B1583c2e
Octal27357124011367335307456
Binary1011101110111110101000100101111011111011101011000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2F54; }

 p { color: rgb(187,47,84); }

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

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

 a { background-color: rgb(187,47,84); }

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

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

 span { border-color: rgb(187,47,84); }

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