#BF364A

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

Shades of Old Rose #BF364A

Tints of Old Rose #BF364A

Color information

#BF364A (or 0xBF364A) is unknown color: approx Old Rose. HEX triplet: BF, 36 and 4A. RGB value is (191,54,74). Sum of RGB (Red+Green+Blue) = 191+54+74=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF364A is #40C9B5. Grayscale: #616161. Windows color (decimal): -4245942 or 4863679. OLE color: 4863679.

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

Color convert

RGB1915474-
CMYK00.720.610.25
HSL351.24º55.92%48.04%-
HSV(B)351.24º71.73%74.9%-
XYZ24.0414.217.95-
YUV97.24114.89194.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=59.87%
G=16.93%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191547400.720.610.25351.2455.9248.04
HexBF364A0483D1915f3830
Octal27766112011075315377060
Binary1011111111011010010100100100011110111001101011111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF364A; }

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

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

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

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

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

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

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

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