#BF4151

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

Shades of Old Rose #BF4151

Tints of Old Rose #BF4151

Color information

#BF4151 (or 0xBF4151) is unknown color: approx Old Rose. HEX triplet: BF, 41 and 51. RGB value is (191,65,81). Sum of RGB (Red+Green+Blue) = 191+65+81=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4151 is #40BEAE. Grayscale: #686868. Windows color (decimal): -4243119 or 5325247. OLE color: 5325247.

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

Color convert

RGB1916581-
CMYK00.660.580.25
HSL352.38º49.61%50.2%-
HSV(B)352.38º65.97%74.9%-
XYZ24.8615.459.46-
YUV104.5114.74189.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=56.68%
G=19.29%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191658100.660.580.25352.3849.6150.2
HexBF41510423A191603232
Octal277101121010272315406262
Binary10111111100000110100010100001011101011001101100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4151; }

 p { color: rgb(191,65,81); }

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

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

 a { background-color: rgb(191,65,81); }

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

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

 span { border-color: rgb(191,65,81); }

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