#BF2E62

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

Shades of Old Rose #BF2E62

Tints of Old Rose #BF2E62

Color information

#BF2E62 (or 0xBF2E62) is unknown color: approx Old Rose. HEX triplet: BF, 2E and 62. RGB value is (191,46,98). Sum of RGB (Red+Green+Blue) = 191+46+98=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E62 is #40D19D. Grayscale: #5F5F5F. Windows color (decimal): -4247966 or 6434495. OLE color: 6434495.

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

Color convert

RGB1914698-
CMYK00.760.490.25
HSL338.48º61.18%46.47%-
HSV(B)338.48º75.92%74.9%-
XYZ24.6713.9112.94-
YUV95.28129.54196.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=57.01%
G=13.73%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191469800.760.490.25338.4861.1846.47
HexBF2E6204C31191523d2e
Octal27756142011461315227556
Binary1011111110111011000100100110011000111001101010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E62; }

 p { color: rgb(191,46,98); }

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

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

 a { background-color: rgb(191,46,98); }

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

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

 span { border-color: rgb(191,46,98); }

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