#BF3F4D

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

Shades of Old Rose #BF3F4D

Tints of Old Rose #BF3F4D

Color information

#BF3F4D (or 0xBF3F4D) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 4D. RGB value is (191,63,77). Sum of RGB (Red+Green+Blue) = 191+63+77=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F4D is #40C0B2. Grayscale: #666666. Windows color (decimal): -4243635 or 5062591. OLE color: 5062591.

HSL color Cylindrical-coordinate representation of color #BF3F4D: hue angle of 353.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F4D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1916377-
CMYK00.670.600.25
HSL353.44º50.39%49.8%-
HSV(B)353.44º67.02%74.9%-
XYZ24.615.178.65-
YUV102.87113.41190.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 77 (30.47% from 255) = 23.26%
R=57.70%
G=19.03%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191637700.670.600.25353.4450.3949.8
HexBF3F4D0433C191613232
Octal27777115010374315416262
Binary1011111111111110011010100001111110011001101100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F4D; }

 p { color: rgb(191,63,77); }

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

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

 a { background-color: rgb(191,63,77); }

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

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

 span { border-color: rgb(191,63,77); }

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