#BF2B60

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

Shades of Old Rose #BF2B60

Tints of Old Rose #BF2B60

Color information

#BF2B60 (or 0xBF2B60) is unknown color: approx Old Rose. HEX triplet: BF, 2B and 60. RGB value is (191,43,96). Sum of RGB (Red+Green+Blue) = 191+43+96=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2B60 is #40D49F. Grayscale: #5D5D5D. Windows color (decimal): -4248736 or 6302655. OLE color: 6302655.

HSL color Cylindrical-coordinate representation of color #BF2B60: hue angle of 338.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B60 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1914396-
CMYK00.770.500.25
HSL338.51º63.25%45.88%-
HSV(B)338.51º77.49%74.9%-
XYZ24.4613.6512.41-
YUV93.29129.53197.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 43 (17.19% from 255) = 13.03%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=57.88%
G=13.03%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191439600.770.500.25338.5163.2545.88
HexBF2B6004D32191533f2e
Octal27753140011562315237756
Binary1011111110101111000000100110111001011001101010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2B60; }

 p { color: rgb(191,43,96); }

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

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

 a { background-color: rgb(191,43,96); }

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

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

 span { border-color: rgb(191,43,96); }

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