#BF3354

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

Shades of Old Rose #BF3354

Tints of Old Rose #BF3354

Color information

#BF3354 (or 0xBF3354) is unknown color: approx Old Rose. HEX triplet: BF, 33 and 54. RGB value is (191,51,84). Sum of RGB (Red+Green+Blue) = 191+51+84=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3354 is #40CCAB. Grayscale: #606060. Windows color (decimal): -4246700 or 5518271. OLE color: 5518271.

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

Color convert

RGB1915184-
CMYK00.730.560.25
HSL345.86º57.85%47.45%-
HSV(B)345.86º73.3%74.9%-
XYZ24.2714.089.83-
YUV96.62120.88195.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=58.59%
G=15.64%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191518400.730.560.25345.8657.8547.45
HexBF3354049381915a3a2f
Octal27763124011170315327257
Binary1011111111001110101000100100111100011001101011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3354; }

 p { color: rgb(191,51,84); }

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

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

 a { background-color: rgb(191,51,84); }

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

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

 span { border-color: rgb(191,51,84); }

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