#BF414A

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

Shades of Old Rose #BF414A

Tints of Old Rose #BF414A

Color information

#BF414A (or 0xBF414A) is unknown color: approx Old Rose. HEX triplet: BF, 41 and 4A. RGB value is (191,65,74). Sum of RGB (Red+Green+Blue) = 191+65+74=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF414A is #40BEB5. Grayscale: #676767. Windows color (decimal): -4243126 or 4866495. OLE color: 4866495.

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

Color convert

RGB1916574-
CMYK00.660.610.25
HSL355.71º49.61%50.2%-
HSV(B)355.71º65.97%74.9%-
XYZ24.6115.358.14-
YUV103.7111.24190.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=57.88%
G=19.70%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191657400.660.610.25355.7149.6150.2
HexBF414A0423D191643232
Octal277101112010275315446262
Binary10111111100000110010100100001011110111001101100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF414A; }

 p { color: rgb(191,65,74); }

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

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

 a { background-color: rgb(191,65,74); }

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

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

 span { border-color: rgb(191,65,74); }

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