#BF4150

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

Shades of Old Rose #BF4150

Tints of Old Rose #BF4150

Color information

#BF4150 (or 0xBF4150) is unknown color: approx Old Rose. HEX triplet: BF, 41 and 50. RGB value is (191,65,80). Sum of RGB (Red+Green+Blue) = 191+65+80=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4150 is #40BEAF. Grayscale: #686868. Windows color (decimal): -4243120 or 5259711. OLE color: 5259711.

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

Color convert

RGB1916580-
CMYK00.660.580.25
HSL352.86º49.61%50.2%-
HSV(B)352.86º65.97%74.9%-
XYZ24.8215.449.26-
YUV104.38114.24189.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=56.85%
G=19.35%
B=23.81%

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
Decimal191658000.660.580.25352.8649.6150.2
HexBF41500423A191613232
Octal277101120010272315416262
Binary10111111100000110100000100001011101011001101100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4150; }

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

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

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

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

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

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

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

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