#BF294B

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

Shades of Old Rose #BF294B

Tints of Old Rose #BF294B

Color information

#BF294B (or 0xBF294B) is unknown color: approx Old Rose. HEX triplet: BF, 29 and 4B. RGB value is (191,41,75). Sum of RGB (Red+Green+Blue) = 191+41+75=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF294B is #40D6B4. Grayscale: #595959. Windows color (decimal): -4249269 or 4925887. OLE color: 4925887.

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

Color convert

RGB1914175-
CMYK00.790.610.25
HSL346.4º64.66%45.49%-
HSV(B)346.4º78.53%74.9%-
XYZ23.5513.177.96-
YUV89.73119.7200.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=62.21%
G=13.36%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191417500.790.610.25346.464.6645.49
HexBF294B04F3D1915a412d
Octal277511130117753153210155
Binary10111111101001100101101001111111101110011010110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF294B; }

 p { color: rgb(191,41,75); }

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

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

 a { background-color: rgb(191,41,75); }

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

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

 span { border-color: rgb(191,41,75); }

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