#BF3B5E

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

Shades of Old Rose #BF3B5E

Tints of Old Rose #BF3B5E

Color information

#BF3B5E (or 0xBF3B5E) is unknown color: approx Old Rose. HEX triplet: BF, 3B and 5E. RGB value is (191,59,94). Sum of RGB (Red+Green+Blue) = 191+59+94=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B5E is #40C4A1. Grayscale: #666666. Windows color (decimal): -4244642 or 6175679. OLE color: 6175679.

HSL color Cylindrical-coordinate representation of color #BF3B5E: hue angle of 344.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B5E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1915994-
CMYK00.690.510.25
HSL344.09º52.8%49.02%-
HSV(B)344.09º69.11%74.9%-
XYZ25.0715.0112.17-
YUV102.46123.23191.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 59 (23.44% from 255) = 17.15%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=55.52%
G=17.15%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191599400.690.510.25344.0952.849.02
HexBF3B5E04533191583531
Octal27773136010563315306561
Binary1011111111101110111100100010111001111001101011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B5E; }

 p { color: rgb(191,59,94); }

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

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

 a { background-color: rgb(191,59,94); }

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

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

 span { border-color: rgb(191,59,94); }

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