#BF6161

Color #BF6161 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #BF6161

Tints of Indian Red #BF6161

Color information

#BF6161 (or 0xBF6161) is unknown color: approx Indian Red. HEX triplet: BF, 61 and 61. RGB value is (191,97,97). Sum of RGB (Red+Green+Blue) = 191+97+97=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6161 is #409E9E. Grayscale: #7D7D7D. Windows color (decimal): -4234911 or 6382015. OLE color: 6382015.

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

Color convert

RGB1919797-
CMYK00.490.490.25
HSL42.34%56.47%-
HSV(B)49.21%74.9%-
XYZ27.9220.4913.79-
YUV125.11112.14175-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=49.61%
G=25.19%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191979700.490.490.25042.3456.47
HexBF6161031311902a38
Octal277141141061613105270
Binary10111111110000111000010110001110001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6161; }

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

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

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

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

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

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

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

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