#bf2f62

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

Shades of Old Rose #BF2F62

Tints of Old Rose #BF2F62

Color information

#BF2F62 (or 0xBF2F62) is unknown color: approx Old Rose. HEX triplet: BF, 2F and 62. RGB value is (191,47,98). Sum of RGB (Red+Green+Blue) = 191+47+98=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F62 is #40D09D. Grayscale: #5F5F5F. Windows color (decimal): -4247710 or 6434751. OLE color: 6434751.

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

Color convert

RGB1914798-
CMYK00.750.490.25
HSL338.75º60.5%46.67%-
HSV(B)338.75º75.39%74.9%-
XYZ24.7113.9912.95-
YUV95.87129.21195.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=56.85%
G=13.99%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191479800.750.490.25338.7560.546.67
HexBF2F6204B31191533d2f
Octal27757142011361315237557
Binary1011111110111111000100100101111000111001101010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf2f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf2f62; }

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

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

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

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

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

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

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

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