#bf1b5b

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

Shades of Old Rose #BF1B5B

Tints of Old Rose #BF1B5B

Color information

#BF1B5B (or 0xBF1B5B) is unknown color: approx Old Rose. HEX triplet: BF, 1B and 5B. RGB value is (191,27,91). Sum of RGB (Red+Green+Blue) = 191+27+91=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1B5B is #40E4A4. Grayscale: #535353. Windows color (decimal): -4252837 or 5970879. OLE color: 5970879.

HSL color Cylindrical-coordinate representation of color #BF1B5B: hue angle of 336.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1B5B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1912791-
CMYK00.860.520.25
HSL336.59º75.23%42.75%-
HSV(B)336.59º85.86%74.9%-
XYZ23.7712.6211.08-
YUV83.33132.33204.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 91 (35.94% from 255) = 29.45%
R=61.81%
G=8.74%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191279100.860.520.25336.5975.2342.75
HexBF1B5B05634191514b2b
Octal277331330126643152111353
Binary1011111111011101101101010110110100110011010100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1b5b; }

 p { color: rgb(191,27,91); }

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

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

 a { background-color: rgb(191,27,91); }

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

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

 span { border-color: rgb(191,27,91); }

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