#BB1B4F

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

Shades of Old Rose #BB1B4F

Tints of Old Rose #BB1B4F

Color information

#BB1B4F (or 0xBB1B4F) is unknown color: approx Old Rose. HEX triplet: BB, 1B and 4F. RGB value is (187,27,79). Sum of RGB (Red+Green+Blue) = 187+27+79=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B4F is #44E4B0. Grayscale: #505050. Windows color (decimal): -4514993 or 5184443. OLE color: 5184443.

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

Color convert

RGB1872779-
CMYK00.860.580.27
HSL340.5º74.77%41.96%-
HSV(B)340.5º85.56%73.33%-
XYZ22.311.918.52-
YUV80.77127.01203.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=63.82%
G=9.22%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187277900.860.580.27340.574.7741.96
HexBB1B4F0563A1B1544b2a
Octal273331170126723352411352
Binary1011101111011100111101010110111010110111010101001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B4F; }

 p { color: rgb(187,27,79); }

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

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

 a { background-color: rgb(187,27,79); }

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

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

 span { border-color: rgb(187,27,79); }

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