Html Css Color HEX #BE6161 Indian Red

📋 copy color: '#BE6161'

red 190 ◦ green 97 ◦ blue 97

#BE6161
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #BE6161

Tints of Indian Red #BE6161

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 value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6161 (or 0xBE6161) is known color: 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

RGB 190 97 97 -
CMYK 0 0.49 0.49 0.25
HSL 0.42% 0.56% -
HSV(B) 0.49% 0.75% -
XYZ 27.67 20.36 13.78 -
YUV 124.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 190 97 97 0 0.49 0.49 0.25 0 0.42 0.56
Hex BE 61 61 0 31 31 19 0 2A 38
Octal 276 141 141 0 61 61 31 0 52 70
Binary 10111110 1100001 1100001 0 110001 110001 11001 0 101010 111000

Color Harmonies of #BE6161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6161

Black with #BE6161

Text Example


Text Example

White with #BE6161

Text Example


Text Example

HTML Codes & Css Web 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>