#BF3161

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

Shades of Old Rose #BF3161

Tints of Old Rose #BF3161

Color information

#BF3161 (or 0xBF3161) is unknown color: approx Old Rose. HEX triplet: BF, 31 and 61. RGB value is (191,49,97). Sum of RGB (Red+Green+Blue) = 191+49+97=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3161 is #40CE9E. Grayscale: #606060. Windows color (decimal): -4247199 or 6369727. OLE color: 6369727.

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

Color convert

RGB1914997-
CMYK00.740.490.25
HSL339.72º59.17%47.06%-
HSV(B)339.72º74.35%74.9%-
XYZ24.7414.1412.73-
YUV96.93128.04195.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 49 (19.53% from 255) = 14.54%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=56.68%
G=14.54%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191499700.740.490.25339.7259.1747.06
HexBF316104A31191543b2f
Octal27761141011261315247357
Binary1011111111000111000010100101011000111001101010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3161; }

 p { color: rgb(191,49,97); }

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

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

 a { background-color: rgb(191,49,97); }

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

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

 span { border-color: rgb(191,49,97); }

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