#BF344A

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

Shades of Old Rose #BF344A

Tints of Old Rose #BF344A

Color information

#BF344A (or 0xBF344A) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 4A. RGB value is (191,52,74). Sum of RGB (Red+Green+Blue) = 191+52+74=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF344A is #40CBB5. Grayscale: #606060. Windows color (decimal): -4246454 or 4863167. OLE color: 4863167.

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

Color convert

RGB1915274-
CMYK00.730.610.25
HSL350.5º57.2%47.65%-
HSV(B)350.5º72.77%74.9%-
XYZ23.9514.037.92-
YUV96.07115.55195.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=60.25%
G=16.40%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191527400.730.610.25350.557.247.65
HexBF344A0493D1915f3930
Octal27764112011175315377160
Binary1011111111010010010100100100111110111001101011111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF344A; }

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

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

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

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

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

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

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

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