#BF3F4B

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

Shades of Old Rose #BF3F4B

Tints of Old Rose #BF3F4B

Color information

#BF3F4B (or 0xBF3F4B) is unknown color: approx Old Rose. HEX triplet: BF, 3F and 4B. RGB value is (191,63,75). Sum of RGB (Red+Green+Blue) = 191+63+75=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F4B is #40C0B4. Grayscale: #666666. Windows color (decimal): -4243637 or 4931519. OLE color: 4931519.

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

Color convert

RGB1916375-
CMYK00.670.610.25
HSL354.38º50.39%49.8%-
HSV(B)354.38º67.02%74.9%-
XYZ24.5315.148.29-
YUV102.64112.41191.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=58.05%
G=19.15%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191637500.670.610.25354.3850.3949.8
HexBF3F4B0433D191623232
Octal27777113010375315426262
Binary1011111111111110010110100001111110111001101100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F4B; }

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

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

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

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

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

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

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

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