#BF2251

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

Shades of Old Rose #BF2251

Tints of Old Rose #BF2251

Color information

#BF2251 (or 0xBF2251) is unknown color: approx Old Rose. HEX triplet: BF, 22 and 51. RGB value is (191,34,81). Sum of RGB (Red+Green+Blue) = 191+34+81=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2251 is #40DDAE. Grayscale: #565656. Windows color (decimal): -4251055 or 5317311. OLE color: 5317311.

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

Color convert

RGB1913481-
CMYK00.820.580.25
HSL342.04º69.78%44.12%-
HSV(B)342.04º82.2%74.9%-
XYZ23.5412.819.02-
YUV86.3125.01202.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.42%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=62.42%
G=11.11%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191348100.820.580.25342.0469.7844.12
HexBF22510523A19156462c
Octal277421210122723152610654
Binary10111111100010101000101010010111010110011010101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2251; }

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

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

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

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

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

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

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

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