#BF3B5F

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

Shades of Old Rose #BF3B5F

Tints of Old Rose #BF3B5F

Color information

#BF3B5F (or 0xBF3B5F) is unknown color: approx Old Rose. HEX triplet: BF, 3B and 5F. RGB value is (191,59,95). Sum of RGB (Red+Green+Blue) = 191+59+95=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B5F is #40C4A0. Grayscale: #666666. Windows color (decimal): -4244641 or 6241215. OLE color: 6241215.

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

Color convert

RGB1915995-
CMYK00.690.500.25
HSL343.64º52.8%49.02%-
HSV(B)343.64º69.11%74.9%-
XYZ25.1215.0312.4-
YUV102.57123.73191.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=55.36%
G=17.10%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191599500.690.500.25343.6452.849.02
HexBF3B5F04532191583531
Octal27773137010562315306561
Binary1011111111101110111110100010111001011001101011000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B5F; }

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

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

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

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

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

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

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

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