#BF344F

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

Shades of Old Rose #BF344F

Tints of Old Rose #BF344F

Color information

#BF344F (or 0xBF344F) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 4F. RGB value is (191,52,79). Sum of RGB (Red+Green+Blue) = 191+52+79=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF344F is #40CBB0. Grayscale: #606060. Windows color (decimal): -4246449 or 5190847. OLE color: 5190847.

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

Color convert

RGB1915279-
CMYK00.730.590.25
HSL348.35º57.2%47.65%-
HSV(B)348.35º72.77%74.9%-
XYZ24.1314.18.85-
YUV96.64118.05195.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=59.32%
G=16.15%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191527900.730.590.25348.3557.247.65
HexBF344F0493B1915c3930
Octal27764117011173315347160
Binary1011111111010010011110100100111101111001101011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF344F; }

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

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

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

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

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

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

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

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