#BF345E

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

Shades of Old Rose #BF345E

Tints of Old Rose #BF345E

Color information

#BF345E (or 0xBF345E) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 5E. RGB value is (191,52,94). Sum of RGB (Red+Green+Blue) = 191+52+94=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF345E is #40CBA1. Grayscale: #626262. Windows color (decimal): -4246434 or 6173887. OLE color: 6173887.

HSL color Cylindrical-coordinate representation of color #BF345E: hue angle of 341.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF345E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1915294-
CMYK00.730.510.25
HSL341.87º57.2%47.65%-
HSV(B)341.87º72.77%74.9%-
XYZ24.7314.3412.05-
YUV98.35125.55194.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=56.68%
G=15.43%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191529400.730.510.25341.8757.247.65
HexBF345E04933191563930
Octal27764136011163315267160
Binary1011111111010010111100100100111001111001101010110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF345E; }

 p { color: rgb(191,52,94); }

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

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

 a { background-color: rgb(191,52,94); }

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

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

 span { border-color: rgb(191,52,94); }

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