#BF345F

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

Shades of Old Rose #BF345F

Tints of Old Rose #BF345F

Color information

#BF345F (or 0xBF345F) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 5F. RGB value is (191,52,95). Sum of RGB (Red+Green+Blue) = 191+52+95=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF345F is #40CBA0. Grayscale: #626262. Windows color (decimal): -4246433 or 6239423. OLE color: 6239423.

HSL color Cylindrical-coordinate representation of color #BF345F: hue angle of 341.44º 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 #BF345F is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1915295-
CMYK00.730.500.25
HSL341.44º57.2%47.65%-
HSV(B)341.44º72.77%74.9%-
XYZ24.7814.3612.29-
YUV98.46126.05194-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=56.51%
G=15.38%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191529500.730.500.25341.4457.247.65
HexBF345F04932191553930
Octal27764137011162315257160
Binary1011111111010010111110100100111001011001101010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF345F; }

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

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

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

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

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

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

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

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