#BF1B4B

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

Shades of Old Rose #BF1B4B

Tints of Old Rose #BF1B4B

Color information

#BF1B4B (or 0xBF1B4B) is unknown color: approx Old Rose. HEX triplet: BF, 1B and 4B. RGB value is (191,27,75). Sum of RGB (Red+Green+Blue) = 191+27+75=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1B4B is #40E4B4. Grayscale: #515151. Windows color (decimal): -4252853 or 4922303. OLE color: 4922303.

HSL color Cylindrical-coordinate representation of color #BF1B4B: hue angle of 342.44º 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 #BF1B4B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1912775-
CMYK00.860.610.25
HSL342.44º75.23%42.75%-
HSV(B)342.44º85.86%74.9%-
XYZ23.1512.377.82-
YUV81.51124.33206.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=65.19%
G=9.22%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191277500.860.610.25342.4475.2342.75
HexBF1B4B0563D191564b2b
Octal277331130126753152611353
Binary1011111111011100101101010110111101110011010101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1B4B; }

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

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

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

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

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

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

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

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