#BF364E

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

Shades of Old Rose #BF364E

Tints of Old Rose #BF364E

Color information

#BF364E (or 0xBF364E) is unknown color: approx Old Rose. HEX triplet: BF, 36 and 4E. RGB value is (191,54,78). Sum of RGB (Red+Green+Blue) = 191+54+78=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF364E is #40C9B1. Grayscale: #616161. Windows color (decimal): -4245938 or 5125823. OLE color: 5125823.

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

Color convert

RGB1915478-
CMYK00.720.590.25
HSL349.49º55.92%48.04%-
HSV(B)349.49º71.73%74.9%-
XYZ24.1814.268.69-
YUV97.7116.89194.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=59.13%
G=16.72%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191547800.720.590.25349.4955.9248.04
HexBF364E0483B1915d3830
Octal27766116011073315357060
Binary1011111111011010011100100100011101111001101011101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF364E; }

 p { color: rgb(191,54,78); }

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

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

 a { background-color: rgb(191,54,78); }

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

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

 span { border-color: rgb(191,54,78); }

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