#BE6161

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

Shades of Indian Red #BE6161

Tints of Indian Red #BE6161

Color information

#BE6161 (or 0xBE6161) is unknown color: approx Indian Red. HEX triplet: BE, 61 and 61. RGB value is (190,97,97). Sum of RGB (Red+Green+Blue) = 190+97+97=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6161 is #419E9E. Grayscale: #7C7C7C. Windows color (decimal): -4300447 or 6382014. OLE color: 6382014.

HSL color Cylindrical-coordinate representation of color #BE6161: 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 #BE6161 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1909797-
CMYK00.490.490.25
HSL41.7%56.27%-
HSV(B)48.95%74.51%-
XYZ27.6720.3613.78-
YUV124.81112.31174.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=49.48%
G=25.26%
B=25.26%

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
Decimal190979700.490.490.25041.756.27
HexBE6161031311902a38
Octal276141141061613105270
Binary10111110110000111000010110001110001110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6161; }

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

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

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

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

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

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

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

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