#BF184E

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

Shades of Old Rose #BF184E

Tints of Old Rose #BF184E

Color information

#BF184E (or 0xBF184E) is unknown color: approx Old Rose. HEX triplet: BF, 18 and 4E. RGB value is (191,24,78). Sum of RGB (Red+Green+Blue) = 191+24+78=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF184E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF184E is #40E7B1. Grayscale: #505050. Windows color (decimal): -4253618 or 5118143. OLE color: 5118143.

HSL color Cylindrical-coordinate representation of color #BF184E: hue angle of 340.6º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF184E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1912478-
CMYK00.870.590.25
HSL340.6º77.67%42.16%-
HSV(B)340.6º87.43%74.9%-
XYZ23.1912.288.36-
YUV80.09126.83207.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=65.19%
G=8.19%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191247800.870.590.25340.677.6742.16
HexBF184E0573B191554e2a
Octal277301160127733152511652
Binary1011111111000100111001010111111011110011010101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF184E; }

 p { color: rgb(191,24,78); }

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

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

 a { background-color: rgb(191,24,78); }

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

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

 span { border-color: rgb(191,24,78); }

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