#BF3450

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

Shades of Old Rose #BF3450

Tints of Old Rose #BF3450

Color information

#BF3450 (or 0xBF3450) is unknown color: approx Old Rose. HEX triplet: BF, 34 and 50. RGB value is (191,52,80). Sum of RGB (Red+Green+Blue) = 191+52+80=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3450 is #40CBAF. Grayscale: #606060. Windows color (decimal): -4246448 or 5256383. OLE color: 5256383.

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

Color convert

RGB1915280-
CMYK00.730.580.25
HSL347.91º57.2%47.65%-
HSV(B)347.91º72.77%74.9%-
XYZ24.1614.119.04-
YUV96.75118.55195.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=59.13%
G=16.10%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191528000.730.580.25347.9157.247.65
HexBF34500493A1915c3930
Octal27764120011172315347160
Binary1011111111010010100000100100111101011001101011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3450; }

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

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

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

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

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

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

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

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