#BF214F

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

Shades of Old Rose #BF214F

Tints of Old Rose #BF214F

Color information

#BF214F (or 0xBF214F) is unknown color: approx Old Rose. HEX triplet: BF, 21 and 4F. RGB value is (191,33,79). Sum of RGB (Red+Green+Blue) = 191+33+79=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF214F is #40DEB0. Grayscale: #555555. Windows color (decimal): -4251313 or 5185983. OLE color: 5185983.

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

Color convert

RGB1913379-
CMYK00.830.590.25
HSL342.53º70.54%43.92%-
HSV(B)342.53º82.72%74.9%-
XYZ23.4412.738.62-
YUV85.49124.35203.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=63.04%
G=10.89%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191337900.830.590.25342.5370.5443.92
HexBF214F0533B19157472c
Octal277411170123733152710754
Binary10111111100001100111101010011111011110011010101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF214F; }

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

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

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

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

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

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

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

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