#BF2051

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

Shades of Old Rose #BF2051

Tints of Old Rose #BF2051

Color information

#BF2051 (or 0xBF2051) is unknown color: approx Old Rose. HEX triplet: BF, 20 and 51. RGB value is (191,32,81). Sum of RGB (Red+Green+Blue) = 191+32+81=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2051 is #40DFAE. Grayscale: #555555. Windows color (decimal): -4251567 or 5316799. OLE color: 5316799.

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

Color convert

RGB1913281-
CMYK00.830.580.25
HSL341.51º71.3%43.73%-
HSV(B)341.51º83.25%74.9%-
XYZ23.4912.79-
YUV85.13125.68203.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 32 (12.89% from 255) = 10.53%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=62.83%
G=10.53%
B=26.64%

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
Decimal191328100.830.580.25341.5171.343.73
HexBF20510533A19156472c
Octal277401210123723152610754
Binary10111111100000101000101010011111010110011010101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2051; }

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

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

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

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

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

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

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

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