#BF3D4A

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

Shades of Old Rose #BF3D4A

Tints of Old Rose #BF3D4A

Color information

#BF3D4A (or 0xBF3D4A) is unknown color: approx Old Rose. HEX triplet: BF, 3D and 4A. RGB value is (191,61,74). Sum of RGB (Red+Green+Blue) = 191+61+74=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D4A is #40C2B5. Grayscale: #656565. Windows color (decimal): -4244150 or 4865471. OLE color: 4865471.

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

Color convert

RGB1916174-
CMYK00.680.610.25
HSL354º51.59%49.41%-
HSV(B)354º68.06%74.9%-
XYZ24.3914.918.07-
YUV101.35112.57191.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=58.59%
G=18.71%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191617400.680.610.2535451.5949.41
HexBF3D4A0443D191623431
Octal27775112010475315426461
Binary1011111111110110010100100010011110111001101100010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3D4A; }

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

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

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

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

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

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

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

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