#BF3355

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

Shades of Old Rose #BF3355

Tints of Old Rose #BF3355

Color information

#BF3355 (or 0xBF3355) is unknown color: approx Old Rose. HEX triplet: BF, 33 and 55. RGB value is (191,51,85). Sum of RGB (Red+Green+Blue) = 191+51+85=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3355 is #40CCAA. Grayscale: #606060. Windows color (decimal): -4246699 or 5583807. OLE color: 5583807.

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

Color convert

RGB1915185-
CMYK00.730.550.25
HSL345.43º57.85%47.45%-
HSV(B)345.43º73.3%74.9%-
XYZ24.3114.110.03-
YUV96.74121.38195.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=58.41%
G=15.60%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191518500.730.550.25345.4357.8547.45
HexBF335504937191593a2f
Octal27763125011167315317257
Binary1011111111001110101010100100111011111001101011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3355; }

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

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

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

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

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

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

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

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