#BF184F

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

Shades of Old Rose #BF184F

Tints of Old Rose #BF184F

Color information

#BF184F (or 0xBF184F) is unknown color: approx Old Rose. HEX triplet: BF, 18 and 4F. RGB value is (191,24,79). Sum of RGB (Red+Green+Blue) = 191+24+79=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF184F is #40E7B0. Grayscale: #505050. Windows color (decimal): -4253617 or 5183679. OLE color: 5183679.

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

Color convert

RGB1912479-
CMYK00.870.590.25
HSL340.24º77.67%42.16%-
HSV(B)340.24º87.43%74.9%-
XYZ23.2212.298.55-
YUV80.2127.33207.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=64.97%
G=8.16%
B=26.87%

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
Decimal191247900.870.590.25340.2477.6742.16
HexBF184F0573B191544e2a
Octal277301170127733152411652
Binary1011111111000100111101010111111011110011010101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF184F; }

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

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

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

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

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

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

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

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