#BF2150

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

Shades of Old Rose #BF2150

Tints of Old Rose #BF2150

Color information

#BF2150 (or 0xBF2150) is unknown color: approx Old Rose. HEX triplet: BF, 21 and 50. RGB value is (191,33,80). Sum of RGB (Red+Green+Blue) = 191+33+80=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2150 is #40DEAF. Grayscale: #555555. Windows color (decimal): -4251312 or 5251519. OLE color: 5251519.

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

Color convert

RGB1913380-
CMYK00.830.580.25
HSL342.15º70.54%43.92%-
HSV(B)342.15º82.72%74.9%-
XYZ23.4812.748.81-
YUV85.6124.85203.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=62.83%
G=10.86%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191338000.830.580.25342.1570.5443.92
HexBF21500533A19156472c
Octal277411200123723152610754
Binary10111111100001101000001010011111010110011010101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2150; }

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

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

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

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

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

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

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

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