#BB1D4E

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

Shades of Old Rose #BB1D4E

Tints of Old Rose #BB1D4E

Color information

#BB1D4E (or 0xBB1D4E) is unknown color: approx Old Rose. HEX triplet: BB, 1D and 4E. RGB value is (187,29,78). Sum of RGB (Red+Green+Blue) = 187+29+78=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D4E is #44E2B1. Grayscale: #515151. Windows color (decimal): -4514482 or 5119419. OLE color: 5119419.

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

Color convert

RGB1872978-
CMYK00.840.580.27
HSL341.39º73.15%42.35%-
HSV(B)341.39º84.49%73.33%-
XYZ22.3111.998.35-
YUV81.83125.85203.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.61%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=63.61%
G=9.86%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187297800.840.580.27341.3973.1542.35
HexBB1D4E0543A1B155492a
Octal273351160124723352511152
Binary1011101111101100111001010100111010110111010101011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1D4E; }

 p { color: rgb(187,29,78); }

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

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

 a { background-color: rgb(187,29,78); }

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

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

 span { border-color: rgb(187,29,78); }

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