#BF6160

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

Shades of Indian Red #BF6160

Tints of Indian Red #BF6160

Color information

#BF6160 (or 0xBF6160) is unknown color: approx Indian Red. HEX triplet: BF, 61 and 60. RGB value is (191,97,96). Sum of RGB (Red+Green+Blue) = 191+97+96=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6160 is #409E9F. Grayscale: #7D7D7D. Windows color (decimal): -4234912 or 6316479. OLE color: 6316479.

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

Color convert

RGB1919796-
CMYK00.490.500.25
HSL0.63º42.6%56.27%-
HSV(B)0.63º49.74%74.9%-
XYZ27.8720.4713.55-
YUV124.99111.64175.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 96 (37.89% from 255) = 25%
R=49.74%
G=25.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191979600.490.500.250.6342.656.27
HexBF6160031321912b38
Octal277141140061623115370
Binary10111111110000111000000110001110010110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6160; }

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

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

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

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

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

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

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

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